Skip to content

Commit

Permalink
fix booting commands outside console
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed May 5, 2024
1 parent ca57720 commit 0876e44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ModulesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public function packageRegistered(): void

protected function bootCommands(): void
{
if (! $this->app->runningInConsole()) {
return;
}

if (AssetType::Commands->isDeactive()) {
return;
}
Expand Down

0 comments on commit 0876e44

Please sign in to comment.