Skip to content

Commit b965e47

Browse files
Quissxabbuh
authored andcommitted
Update bug documintation input console /console/input.rst
1 parent 8bafcea commit b965e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You now have access to a ``last_name`` argument in your command::
4141
{
4242
$text = 'Hi '.$input->getArgument('name');
4343

44-
$lastName = $input->getArgument('last_name')
44+
$lastName = $input->getArgument('last_name');
4545
if ($lastName) {
4646
$text .= ' '.$lastName;
4747
}

0 commit comments

Comments
 (0)