From 1a849e61f995cee712d2186a294388de063aa371 Mon Sep 17 00:00:00 2001 From: Cesare Date: Tue, 24 Jan 2017 15:53:18 +0000 Subject: [PATCH] Fix the command for validating the schema It was basically the one for 3.1 and above in the page of the 2.8 --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index f34798c51d4..cd6cee81239 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -389,7 +389,7 @@ see the :ref:`doctrine-field-types` section. .. code-block:: terminal - $ php bin/console doctrine:schema:validate + $ php app/console doctrine:schema:validate .. _doctrine-generating-getters-and-setters: