Roll back compiled path, which is still defined in the storage folder

This commit is contained in:
Samuel Georges 2016-01-04 07:52:57 +11:00
parent a7af2efd62
commit 2087b575d3
1 changed files with 1 additions and 1 deletions

View File

@ -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;