From 283413b2563de7ffdc720e5622d1d8daa0052cca Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 24 Mar 2018 03:12:17 -0500 Subject: [PATCH] update handler remove comment suggesting to send reports to bug trackers in this method --- app/Exceptions/Handler.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7e2563a8..043cad6b 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -29,8 +29,6 @@ class Handler extends ExceptionHandler /** * Report or log an exception. * - * This is a great spot to send exceptions to Sentry, Bugsnag, etc. - * * @param \Exception $exception * @return void */