Fix error handling.

This commit is contained in:
Taylor Otwell 2012-09-01 21:48:37 -05:00
parent b061b9b21c
commit 2e01c58f92
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public static function exception($exception, $trace = true)
{ {
$response = Event::first('500'); $response = Event::first('500');
return Response::prepare($response)->send(); echo Response::prepare($response)->render();
} }
exit(1); exit(1);