Commit 0d08fcf2 authored by Graham Campbell's avatar Graham Campbell

Fixed a typo

parent c4aff28a
...@@ -27,11 +27,11 @@ require __DIR__.'/../vendor/autoload.php'; ...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment