update before thirdparty integration
This commit is contained in:
+2
-2
@@ -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/'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user