Skip to content

Commit

Permalink
[chore] change callback of confirmable
Browse files Browse the repository at this point in the history
  • Loading branch information
alissn committed Dec 3, 2024
1 parent e37afcf commit f446a93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Commands/Actions/ModuleDeleteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ public function getConfirmableLabel(): string
{
return 'Warning: Do you want to remove the module?';
}

public function getConfirmableCallback(): \Closure|bool|null
{
return true;
}
}

0 comments on commit f446a93

Please sign in to comment.