From 3064e869ca5a97a34ef181105acf5ee9fd8b1577 Mon Sep 17 00:00:00 2001 From: Adil YASSINE Date: Thu, 22 Sep 2016 10:58:05 +0100 Subject: [PATCH] Update console.rst --- console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.rst b/console.rst index d1dc59146f7..b69e1d3a005 100644 --- a/console.rst +++ b/console.rst @@ -177,7 +177,7 @@ instead:: } Now, once you created the required services and logic, the command will execute -the ``generate()`` method of the ``app.user_manager`` service and the user will +the ``create()`` method of the ``app.user_manager`` service and the user will be created. Command Lifecycle