Fixed a typo
This commit is contained in:
parent
c4aff28a4a
commit
0d08fcf281
|
|
@ -27,11 +27,11 @@
|
|||
|
|
||||
*/
|
||||
|
||||
if (file_exists($compiledPath = __DIR__.'/../vendor/compiled.php';))
|
||||
if (file_exists($compiledPath = __DIR__.'/../vendor/compiled.php'))
|
||||
{
|
||||
require $compiledPath;
|
||||
}
|
||||
elseif (file_exists($compiledPath = __DIR__.'/../storage/framework/compiled.php';))
|
||||
elseif (file_exists($compiledPath = __DIR__.'/../storage/framework/compiled.php'))
|
||||
{
|
||||
require $compiledPath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue