change path

This commit is contained in:
Taylor Otwell 2020-07-17 08:03:16 -05:00
parent 47e2781f68
commit 3b418421e7
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ define('LARAVEL_START', microtime(true));
| |
*/ */
if (file_exists(__DIR__.'/../bootstrap/maintenance.php')) { if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
require __DIR__.'/../bootstrap/maintenance.php'; require __DIR__.'/../storage/framework/maintenance.php';
} }
/* /*