Commit 4e0b15fb authored by Taylor Otwell's avatar Taylor Otwell

Use new bootstrap/cache for cached optimizations loaded during bootstrapping.

parent 3e9422b7
......@@ -27,7 +27,7 @@ require __DIR__.'/../vendor/autoload.php';
|
*/
$compiledPath = __DIR__.'/../vendor/compiled.php';
$compiledPath = __DIR__.'/cache/compiled.php';
if (file_exists($compiledPath)) {
require $compiledPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment