Merge pull request #1352 from jonnybarnes/develop

MTM Add Flare config back
This commit is contained in:
Jonny Barnes 2024-03-22 18:33:45 +00:00 committed by GitHub
commit 528e981d7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,10 @@ return [
'path' => storage_path('logs/laravel.log'),
],
'flare' => [
'driver' => 'flare',
],
],
];