Skip to content

Commit

Permalink
minor #188 improve make:form arguments description (sadikoff)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed May 17, 2018
2 parents 319a73d + aef69dd commit 2591067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Maker/MakeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function configureCommand(Command $command, InputConfiguration $inputConf
$command
->setDescription('Creates a new form class')
->addArgument('name', InputArgument::OPTIONAL, sprintf('The name of the form class (e.g. <fg=yellow>%sType</>)', Str::asClassName(Str::getRandomTerm())))
->addArgument('bound-class', InputArgument::OPTIONAL, 'The name of Entity or custom model class that the new form will be bound to (empty for none)')
->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)')
->setHelp(file_get_contents(__DIR__.'/../Resources/help/MakeForm.txt'))
;

Expand Down

0 comments on commit 2591067

Please sign in to comment.