Browse Source

update handler

remove comment suggesting to send reports to bug trackers in this method
Andrew 6 years ago
parent
commit
283413b256
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Exceptions/Handler.php

+ 0 - 2
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
      */