diff --git a/src/MultidomainServiceProvider.php b/src/MultidomainServiceProvider.php index 0d0649a..7e8e3fd 100644 --- a/src/MultidomainServiceProvider.php +++ b/src/MultidomainServiceProvider.php @@ -33,12 +33,15 @@ public function register(): void protected function registerCommands(): void { + $this->commands([ + MostbyteMigrate::class, + MostbyteRollback::class, + MostbyteSchema::class, + ]); + if ($this->app->runningInConsole()) { $this->commands([ - MostbyteMigrate::class, - MostbyteRollback::class, MostbyteFresh::class, - MostbyteSchema::class, MostbyteInstall::class ]); }