From 2ad1f5ce0d82c806225f02e6f1f07364db89230a Mon Sep 17 00:00:00 2001 From: David Funaro Date: Mon, 11 Nov 2013 18:58:38 +0100 Subject: [PATCH] wrong command i can't find doctrine:phpcr:dbal:init i think the right one is doctrine:phpcr:init:dbal --- cookbook/create_basic_cms_auto_routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/create_basic_cms_auto_routing.rst b/cookbook/create_basic_cms_auto_routing.rst index fa471b75..ac245e6e 100644 --- a/cookbook/create_basic_cms_auto_routing.rst +++ b/cookbook/create_basic_cms_auto_routing.rst @@ -105,7 +105,7 @@ node content of the PHPCR content repository: .. code-block:: bash - $ php app/console doctrine:phpcr:dbal:init + $ php app/console doctrine:phpcr:init:dbal .. note::