Skip to content

Commit 0d08fcf

Browse files
Fixed a typo
1 parent c4aff28 commit 0d08fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
|
2828
*/
2929

30-
if (file_exists($compiledPath = __DIR__.'/../vendor/compiled.php';))
30+
if (file_exists($compiledPath = __DIR__.'/../vendor/compiled.php'))
3131
{
3232
require $compiledPath;
3333
}
34-
elseif (file_exists($compiledPath = __DIR__.'/../storage/framework/compiled.php';))
34+
elseif (file_exists($compiledPath = __DIR__.'/../storage/framework/compiled.php'))
3535
{
3636
require $compiledPath;
3737
}

0 commit comments

Comments
 (0)