Skip to content

Commit b083dff

Browse files
committed
[FW] add a null driver to depreciations logger to prevent warnings on php 8.1
1 parent 7a4e41c commit b083dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/logging.php

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
],
7777

7878
'deprecations' => [
79+
'driver' => 'null',
7980
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
8081
'trace' => false,
8182
],

0 commit comments

Comments
 (0)