From 6b2f13febca739d070ebcedd003c9d5ed46340ef Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 31 Mar 2017 11:11:51 +0200 Subject: [PATCH] Add option for error handler --- config/debugbar.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/debugbar.php b/config/debugbar.php index d90e13e9..74a5e802 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -62,6 +62,17 @@ 'capture_ajax' => true, + /* + |-------------------------------------------------------------------------- + | Custom Error Handler for Deprecated warnings + |-------------------------------------------------------------------------- + | + | When enabled, the Debugbar shows deprecated warnings for Symfony components + | in the Messages tab. + | + */ + 'error_handler' => false, + /* |-------------------------------------------------------------------------- | Clockwork integration