Skip to content

Commit eb0d8ac

Browse files
committed
minor #4441 Updated first code-block:: bash (Nitaco)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4441). Discussion ---------- Updated first code-block:: bash The command for executing an console command was wrong. The php command was missing. It will help further readers. Commits ------- 9f7fda4 Updated first code-block:: bash
2 parents 41bc061 + 9f7fda4 commit eb0d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/console_command.rst

+1-1
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)