Skip to content

Commit

Permalink
fix: MakePolicyCommand add required suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
eroha186 committed Dec 19, 2024
1 parent 41ee624 commit 1bb331e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/MakePolicyCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function handle(): int
->map(static fn ($file) => $file->getBasename('.php'))
->values()
->all(),
required: true,
);
}

Expand Down

0 comments on commit 1bb331e

Please sign in to comment.