Fixed a typo

This commit is contained in:
Graham Campbell
2015-04-02 16:08:31 +01:00
parent c4aff28a4a
commit 0d08fcf281

View File

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