Commit 1e681292 authored by Taylor Otwell's avatar Taylor Otwell

Tweak maintenace mode handler.

parent 74cd3eb8
......@@ -66,7 +66,7 @@ App::error(function(Exception $exception, $code)
App::down(function()
{
return "We'll be right back!";
return Response::make("Be right back!", 503);
});
/*
......
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