Skip to content

Commit 9f7fda4

Browse files
Nitacowouterj
Nitaco
authored andcommitted
Updated first code-block:: bash
The command for executing an console command was wrong. The php command was missing. It will help further readers.
1 parent 41bc061 commit 9f7fda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/console_command.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This command will now automatically be available to run:
5959

6060
.. code-block:: bash
6161
62-
$ app/console demo:greet Fabien
62+
$ php app/console demo:greet Fabien
6363
6464
Getting Services from the Service Container
6565
-------------------------------------------

0 commit comments

Comments
 (0)