diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 5fbc3a47d..e0d3db1c5 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -27,11 +27,11 @@ require __DIR__.'/../vendor/autoload.php'; | */ -if (file_exists($compiledPath = __DIR__.'/../vendor/compiled.php';)) +if (file_exists($compiledPath = __DIR__.'/../vendor/compiled.php')) { require $compiledPath; } -elseif (file_exists($compiledPath = __DIR__.'/../storage/framework/compiled.php';)) +elseif (file_exists($compiledPath = __DIR__.'/../storage/framework/compiled.php')) { require $compiledPath; }