change path
This commit is contained in:
@@ -16,8 +16,8 @@ define('LARAVEL_START', microtime(true));
|
||||
|
|
||||
*/
|
||||
|
||||
if (file_exists(__DIR__.'/../bootstrap/maintenance.php')) {
|
||||
require __DIR__.'/../bootstrap/maintenance.php';
|
||||
if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
|
||||
require __DIR__.'/../storage/framework/maintenance.php';
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user