We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea6db9 commit 5a22f4dCopy full SHA for 5a22f4d
src/Module.php
@@ -47,8 +47,6 @@ public function register(): void
47
{
48
// Register this module in the repository
49
app(ModuleRepositoryContract::class)->register($this->getModuleNamespace(), $this->getModulePath());
50
-
51
- $this->registerCommands();
52
}
53
54
/**
@@ -61,6 +59,7 @@ public function register(): void
61
59
public function boot(): void
62
60
63
if ($this->app->runningInConsole()) {
+ $this->registerCommands();
64
$this->loadCommandSchedule();
65
$this->loadMigrations();
66
0 commit comments