Skip to content

Commit

Permalink
[FW] add a null driver to depreciations logger to prevent warnings on…
Browse files Browse the repository at this point in the history
… php 8.1
  • Loading branch information
barryo committed Jun 9, 2024
1 parent 7a4e41c commit b083dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
],

'deprecations' => [
'driver' => 'null',
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
'trace' => false,
],
Expand Down

0 comments on commit b083dff

Please sign in to comment.