update for maintenance mode
This commit is contained in:
parent
e471dd1cf0
commit
228aa230e6
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
define('LARAVEL_START', microtime(true));
|
define('LARAVEL_START', microtime(true));
|
||||||
|
|
||||||
|
if (file_exists(__DIR__.'/../bootstrap/maintenance.php')) {
|
||||||
|
require __DIR__.'/../bootstrap/maintenance.php';
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Register The Auto Loader
|
| Register The Auto Loader
|
||||||
|
|
Loading…
Reference in New Issue