test sending booking do to email

This commit is contained in:
omair saleh
2020-11-13 14:25:23 +08:00
parent b29abdeb03
commit f605aba9fd
+1 -1
View File
@@ -432,7 +432,7 @@ class InvoiceController extends Controller
$fontData = $defaultFontConfig['fontdata'];
$mpdf = new \Mpdf\Mpdf([
'fontDir' => array_merge($fontDirs, [storage_path('tempdir')]),
'fontDir' => storage_path('tempdir'),
]);
$mpdf->shrink_tables_to_fit=1;
$mpdf->keep_table_proportions = true;