fixed deprecation logger

This commit is contained in:
pushrbx 2023-06-29 21:01:34 +01:00
parent df854f65a6
commit fe92476815

View File

@ -29,10 +29,7 @@ return [
|
*/
'deprecations' => [
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
'trace' => false,
],
'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
/*