Skip to content

Commit

Permalink
Changed arg
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhansen committed Sep 25, 2024
1 parent 99f8ce5 commit bac4a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakeView.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MakeView extends Command implements PromptsForMissingInput
*
* @var string
*/
protected $signature = "make:view {viewname} {--V|volt} {--e|extends=} {--u|uses=} {--E|empty} {--r|resourceful} {--s|suffix=}";
protected $signature = "make:view {viewname} {--volt} {--e|extends=} {--u|uses=} {--E|empty} {--r|resourceful} {--s|suffix=}";

/**
* The console command description.
Expand Down

0 comments on commit bac4a69

Please sign in to comment.