update before thirdparty integration

This commit is contained in:
twotalesanimation
2026-01-02 12:22:21 +02:00
parent 94b90f603d
commit 4730f5770c
58 changed files with 12188 additions and 218 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ return [
| By default DOMPDF_FONT_DIR is set to storage_path('fonts/').
|
*/
'font_dir' => env('DOMPDF_FONT_DIR', storage_path('fonts/')),
'font_dir' => storage_path('fonts/'),
/*
|--------------------------------------------------------------------------
@@ -40,7 +40,7 @@ return [
| By default DOMPDF_FONT_CACHE is set to storage_path('fonts/').
|
*/
'font_cache' => env('DOMPDF_FONT_CACHE', storage_path('fonts/')),
'font_cache' => storage_path('fonts/'),
/*
|--------------------------------------------------------------------------