You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #1714 [make:form] suffix with "Type" instead of "Form" (revert) (kbond)
This PR was merged into the 1.x branch.
Discussion
----------
[make:form] suffix with "Type" instead of "Form" (revert)
This reverts commit 6456718.
Fixes: #1711Fixes: #1698Fixes: #1697#1711 makes a good argument for reverting this change.
Commits
-------
33591e6 Revert "[make:form] suffix with "Form" instead of "Type""
->addArgument('name', InputArgument::OPTIONAL, \sprintf('The name of the form class (e.g. <fg=yellow>%Form</>)', Str::asClassName(Str::getRandomTerm())))
54
+
->addArgument('name', InputArgument::OPTIONAL, \sprintf('The name of the form class (e.g. <fg=yellow>%sType</>)', Str::asClassName(Str::getRandomTerm())))
55
55
->addArgument('bound-class', InputArgument::OPTIONAL, 'The name of Entity or fully qualified model class name that the new form will be bound to (empty for none)')
0 commit comments