test sending booking do to email

This commit is contained in:
omair saleh
2020-11-13 14:26:52 +08:00
parent f605aba9fd
commit 9c5505dd77
+4 -1
View File
@@ -432,7 +432,10 @@ class InvoiceController extends Controller
$fontData = $defaultFontConfig['fontdata'];
$mpdf = new \Mpdf\Mpdf([
'fontDir' => storage_path('tempdir'),
'fontDir' => array_merge($fontDirs, [
__DIR__ . '/custom/font/directory',
]),
'tempDir' => storage_path('tempdir')
]);
$mpdf->shrink_tables_to_fit=1;
$mpdf->keep_table_proportions = true;