Tweak maintenace mode handler.
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user