Passolution
This commit is contained in:
parent
f79806ffe8
commit
06fc3ba919
31 changed files with 337 additions and 119 deletions
|
|
@ -101,8 +101,10 @@ class CustomerFileController extends Controller
|
|||
$pdf_name = \App\Services\BookingFewo::getFeWoInstructionPDFName($fewo);
|
||||
$pdf_content = BookingFewo::getFeWoCMSContentForPDF($identifier_content, $identifier_fewo);
|
||||
$pdf_file = new CreatePDF('pdf.fewo_instructions');
|
||||
return $pdf_file->create($fewo, $pdf_content, $pdf_name, $cd);
|
||||
|
||||
return $pdf_file->create([
|
||||
'contents' => $pdf_content,
|
||||
'fewo' => $fewo
|
||||
], $pdf_name, $cd);
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue