Tweak maintenace mode handler.

This commit is contained in:
Taylor Otwell 2013-05-02 15:33:15 -05:00
parent 74cd3eb838
commit 1e68129265
1 changed files with 1 additions and 1 deletions

View File

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