Skip to content

Commit 6b2f13f

Browse files
authored
Add option for error handler
1 parent c2bb740 commit 6b2f13f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/debugbar.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@
6262

6363
'capture_ajax' => true,
6464

65+
/*
66+
|--------------------------------------------------------------------------
67+
| Custom Error Handler for Deprecated warnings
68+
|--------------------------------------------------------------------------
69+
|
70+
| When enabled, the Debugbar shows deprecated warnings for Symfony components
71+
| in the Messages tab.
72+
|
73+
*/
74+
'error_handler' => false,
75+
6576
/*
6677
|--------------------------------------------------------------------------
6778
| Clockwork integration

0 commit comments

Comments
 (0)