From 401f62797bb0e4f4a6e7714ef60b9cd8b2cfe71d Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 9 Apr 2018 10:59:04 +0200 Subject: [PATCH] fix versionadded directive --- controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.rst b/controller.rst index 439067d31c9..6cf8e22c465 100644 --- a/controller.rst +++ b/controller.rst @@ -308,7 +308,7 @@ use: $ php bin/console make:crud Product -.. versionadded:: +.. versionadded:: 1.2 The ``make:crud`` command was introduced in MakerBundle 1.2. .. index::