Skip to content

Commit 2591067

Browse files
committed
minor #188 improve make:form arguments description (sadikoff)
This PR was merged into the 1.0-dev branch. Discussion ---------- improve make:form arguments description closes #187 Commits ------- aef69dd improve make:form arguments description
2 parents 319a73d + aef69dd commit 2591067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function configureCommand(Command $command, InputConfiguration $inputConf
4949
$command
5050
->setDescription('Creates a new form class')
5151
->addArgument('name', InputArgument::OPTIONAL, sprintf('The name of the form class (e.g. <fg=yellow>%sType</>)', Str::asClassName(Str::getRandomTerm())))
52-
->addArgument('bound-class', InputArgument::OPTIONAL, 'The name of Entity or custom model class that the new form will be bound to (empty for none)')
52+
->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)')
5353
->setHelp(file_get_contents(__DIR__.'/../Resources/help/MakeForm.txt'))
5454
;
5555

0 commit comments

Comments
 (0)