Advertisement
aoktox

whoops-1

Oct 11th, 2015
3,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. if (config('app.debug'))
  2. {
  3.     return $this->errorBro($e);
  4. }
  5.     return parent::render($request, $e);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement