瀏覽代碼

edit bug cumas

ifah
Siti Hajar Ibrahim 5 年之前
父節點
當前提交
06e7cd6bae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Http/Controllers/CustomerService/CustomerController.php

+ 1
- 1
app/Http/Controllers/CustomerService/CustomerController.php 查看文件

@@ -565,7 +565,7 @@ class CustomerController extends Controller
$pdf->setPaper('A4', 'potrait');

if($ext1 == "pdf" || $ext2 == "pdf" || $ext3 == "pdf" || $ext4 == "pdf" || $ext5 == "pdf" || $ext6 == "pdf" ){
if($ext1 == "pdf" || $ext2 == "pdf" || $ext3 == "pdf" || $ext4 == "pdf" || $ext5 == "pdf" ){
$pdf->save(public_path().'/'.$documentPath.'/application.pdf');
$merges = PDFMerger::init();
$merges->addPDF(public_path().'/'.$documentPath.'/application.pdf', 'all');

Loading…
取消
儲存