diff --git a/bootstrap/start.php b/bootstrap/start.php index bf3cc6b3..f418a138 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -54,7 +54,9 @@ | */ -require $app->getBootstrapFile(); +$framework = __DIR__.'/../vendor/laravel/framework/src'; + +require $framework.'/Illuminate/Foundation/start.php'; /* |--------------------------------------------------------------------------