Skip to content

Commit 80c2fc3

Browse files
committed
Advertise generate field command.
1 parent 9e82a30 commit 80c2fc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Commands/LegacyCommands.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,16 @@ public function make()
126126
public function download()
127127
{
128128
}
129+
130+
/**
131+
* field-create has been deprecated. Please try `generate field` command.
132+
*
133+
* @command field:create
134+
* @aliases field-create
135+
* @hidden
136+
* @obsolete
137+
*/
138+
public function field()
139+
{
140+
}
129141
}

0 commit comments

Comments
 (0)