From ce3e006d61299bdd3bd2b99ec5489577e55a296a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 14 Jul 2020 14:07:25 -0500 Subject: [PATCH] remove unneeded property. can use ignore method --- app/Exceptions/Handler.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7e40d735..f0f3ebd8 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -6,15 +6,6 @@ use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; class Handler extends ExceptionHandler { - /** - * A list of the exception types that are not reported. - * - * @var array - */ - protected $dontReport = [ - // - ]; - /** * A list of the inputs that are never flashed for validation exceptions. *