Tweak maintenace mode handler.

This commit is contained in:
Taylor Otwell
2013-05-02 15:33:15 -05:00
parent 74cd3eb838
commit 1e68129265

View File

@@ -66,7 +66,7 @@ App::error(function(Exception $exception, $code)
App::down(function() App::down(function()
{ {
return "We'll be right back!"; return Response::make("Be right back!", 503);
}); });
/* /*