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

Fix error handling.

parent b061b9b2
......@@ -41,7 +41,7 @@ class Error {
{
$response = Event::first('500');
return Response::prepare($response)->send();
echo Response::prepare($response)->render();
}
exit(1);
......
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