Browse Source

Tweak maintenace mode handler.

Taylor Otwell 11 years ago
parent
commit
1e68129265
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/start/global.php

+ 1 - 1
app/start/global.php

@@ -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);
 });
 
 /*