Fixing path to the compiled class map - fixes #1608

This commit is contained in:
Brandon Parise 2015-12-01 09:58:16 -05:00
parent 8318c05b37
commit 8ac33bb54f

View File

@ -47,7 +47,7 @@ require __DIR__.'/../vendor/autoload.php';
|
*/
$compiledPath = __DIR__.'/../vendor/compiled.php';
$compiledPath = __DIR__.'/../storage/framework/compiled.php';
if (file_exists($compiledPath)) {
require $compiledPath;