Skip to content

Commit 5a22f4d

Browse files
committed
Also add commands
1 parent eea6db9 commit 5a22f4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Module.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public function register(): void
4747
{
4848
// Register this module in the repository
4949
app(ModuleRepositoryContract::class)->register($this->getModuleNamespace(), $this->getModulePath());
50-
51-
$this->registerCommands();
5250
}
5351

5452
/**
@@ -61,6 +59,7 @@ public function register(): void
6159
public function boot(): void
6260
{
6361
if ($this->app->runningInConsole()) {
62+
$this->registerCommands();
6463
$this->loadCommandSchedule();
6564
$this->loadMigrations();
6665
}

0 commit comments

Comments
 (0)