update for maintenance mode

This commit is contained in:
Taylor Otwell 2020-07-16 14:27:19 -05:00
parent e471dd1cf0
commit 228aa230e6

View File

@ -5,6 +5,10 @@ use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
if (file_exists(__DIR__.'/../bootstrap/maintenance.php')) {
require __DIR__.'/../bootstrap/maintenance.php';
}
/*
|--------------------------------------------------------------------------
| Register The Auto Loader