diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 44247d105..b980622d7 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -47,7 +47,7 @@ require __DIR__.'/../vendor/autoload.php'; | */ -$compiledPath = __DIR__.'/../vendor/compiled.php'; +$compiledPath = __DIR__.'/../storage/framework/compiled.php'; if (file_exists($compiledPath)) { require $compiledPath;