diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index ccd5065d769..4a2ea5cafb2 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -59,7 +59,7 @@ This command will now automatically be available to run: .. code-block:: bash - $ app/console demo:greet Fabien + $ php app/console demo:greet Fabien Getting Services from the Service Container -------------------------------------------