Skip to content

Commit

Permalink
installer optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 15, 2024
1 parent ba27a4d commit d57f200
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,16 @@ class InstallCommand extends Command

public function handle(): int
{
$this->infoMessage("Module Installation", 'RUNNING');

$this->task("Module Installation", function () {
$this->addSettings();

$this->addPermissions();

$this->addRoles();

}, "COMPETED");
});

return self::SUCCESS;
}
Expand Down

0 comments on commit d57f200

Please sign in to comment.