Fix a few things.

This commit is contained in:
Taylor Otwell
2014-10-08 16:36:38 -05:00
parent 535889f1ce
commit 6980d95c21
2 changed files with 2 additions and 1 deletions

View File

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