Merge pull request #1351 from jonnybarnes/1350-l11-flare-integration

Add flare config back
This commit is contained in:
Jonny Barnes 2024-03-22 18:28:48 +00:00 committed by GitHub
commit 21e2b5217e
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',
],
],
];