Skip to content

Commit 8ddb81e

Browse files
committed
remove -V shortcut for view flag as it was causing an error
1 parent f9506c7 commit 8ddb81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class MakeCommand extends Command
2121
protected $signature = 'make:table
2222
{name : The name of your Livewire class}
2323
{model? : The name of the model you want to use in this table }
24-
{--V|view : We will generate a row view for you}
24+
{--view : We will generate a row view for you}
2525
{--force }';
2626

2727
/**

0 commit comments

Comments
 (0)