From d877061077531f777ffa0dace4efcf35301bf6b3 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 22 Mar 2024 18:26:37 +0000 Subject: [PATCH] Add flare config back --- config/logging.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/logging.php b/config/logging.php index d526b64d..06297cd6 100644 --- a/config/logging.php +++ b/config/logging.php @@ -127,6 +127,10 @@ return [ 'path' => storage_path('logs/laravel.log'), ], + 'flare' => [ + 'driver' => 'flare', + ], + ], ];