Update base laravel classess and middleware

This commit is contained in:
DariusIII
2019-01-09 11:02:41 +01:00
parent 718cf02857
commit 86b500bdb5
8 changed files with 54 additions and 6 deletions
+3 -2
View File
@@ -29,10 +29,11 @@ class Handler extends ExceptionHandler
/**
* Report or log an exception.
*
* This is a great spot to send exceptions to Sentry, Bugsnag, etc.
*
* @param \Exception $exception
* @param \Exception $exception
*
* @return void
* @throws \Exception
*/
public function report(Exception $exception)
{