Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 0920f0c

Browse files
committed
adjust autoload paths
1 parent e739974 commit 0920f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lucid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use Lucid\Console\Commands\NewCommand;
66
use Lucid\Console\Commands\ServiceMakeCommand;
77
use Lucid\Console\Commands\ControllerMakeCommand;
88

9-
require __DIR__.'/../../bootstrap/autoload.php';
10-
$app = require __DIR__.'/../../bootstrap/app.php';
9+
require __DIR__.'/../../../bootstrap/autoload.php';
10+
$app = require __DIR__.'/../../../bootstrap/app.php';
1111

1212
$kernel = $app->make(Lucid\Console\Kernel::class);
1313

0 commit comments

Comments
 (0)