Commit 2b940ce5 authored by Taylor Otwell's avatar Taylor Otwell

return statement not needed here

parent ad173afa
......@@ -33,7 +33,7 @@ class Handler extends ExceptionHandler
*/
public function report(Exception $e)
{
return parent::report($e);
parent::report($e);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment