Merge pull request #2480 from samchivers/patch-1
Corrected the spelling of 'maintenance' in maintenance mode comment block
This commit is contained in:
commit
c1ab700b65
|
@ -60,7 +60,7 @@
|
||||||
|
|
|
|
||||||
| 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 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require app_path().'/filters.php';
|
require app_path().'/filters.php';
|
||||||
|
|
Loading…
Reference in New Issue