Skip to content

Commit

Permalink
Merge pull request #4 from RealMrHex/fix-clean-code
Browse files Browse the repository at this point in the history
fix: module argument already exists
  • Loading branch information
RealMrHex authored Apr 7, 2023
2 parents 0efef11 + 46994ed commit 8ac36a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Aliases/ModuleMakeResourceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ class ModuleMakeResourceCommand extends Commands\ModuleMakeResourceCommand
{
protected $hidden = true;

protected $signature = 'filament:module-resource {name?} {module?} {module?} {--soft-deletes} {--view} {--G|generate} {--S|simple} {--F|force}';
protected $signature = 'filament:module-resource {name?} {module?} {--soft-deletes} {--view} {--G|generate} {--S|simple} {--F|force}';
}

0 comments on commit 8ac36a8

Please sign in to comment.