Roll back compiled path, which is still defined in the storage folder
This commit is contained in:
parent
a7af2efd62
commit
2087b575d3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue