Skip to content

Commit

Permalink
Fix discover command return
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Oct 23, 2023
1 parent 7cc9213 commit 4588bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Commands/Discover.php
Expand Up @@ -31,6 +31,6 @@ public function handle()
app(ModulesFinder::class)->build();
$this->info('Modules has been discovered!');

return true;
return 0;
}
}

0 comments on commit 4588bd5

Please sign in to comment.