Minor fixes from other projects

This commit is contained in:
Deon George
2020-05-25 14:09:27 +10:00
parent 589aeb7289
commit cbffda959d
3 changed files with 6 additions and 9 deletions

View File

@@ -95,6 +95,10 @@ return [
'driver' => 'monolog',
'handler' => NullHandler::class,
],
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
],
];