From 2087b575d3edaaee2de2022562bd595859060240 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Mon, 4 Jan 2016 07:52:57 +1100 Subject: [PATCH] Roll back compiled path, which is still defined in the storage folder --- bootstrap/autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index db989dae3..b980622d7 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -47,7 +47,7 @@ require __DIR__.'/../vendor/autoload.php'; | */ -$compiledPath = __DIR__.'/cache/compiled.php'; +$compiledPath = __DIR__.'/../storage/framework/compiled.php'; if (file_exists($compiledPath)) { require $compiledPath;