Commit c1ab700b authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2480 from samchivers/patch-1

Corrected the spelling of 'maintenance' in maintenance mode comment block
parents eea4713e 84fe7f2f
...@@ -60,7 +60,7 @@ App::error(function(Exception $exception, $code) ...@@ -60,7 +60,7 @@ App::error(function(Exception $exception, $code)
| |
| The "down" Artisan command gives you the ability to put an application | The "down" Artisan command gives you the ability to put an application
| into maintenance mode. Here, you will define what is displayed back | into maintenance mode. Here, you will define what is displayed back
| to the user if maintenace mode is in effect for this application. | to the user if maintenance mode is in effect for this application.
| |
*/ */
...@@ -80,4 +80,4 @@ App::down(function() ...@@ -80,4 +80,4 @@ App::down(function()
| |
*/ */
require app_path().'/filters.php'; require app_path().'/filters.php';
\ No newline at end of file
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