Skip to content

Commit cd2ec4f

Browse files
committed
minor symfony#7410 Fix the command for validating the schema (celucatti)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes symfony#7410). Discussion ---------- Fix the command for validating the schema It was basically the one for 3.1 and above in the page of the 2.8 Commits ------- 9b7335a Fix the command for validating the schema
2 parents 7f36089 + 9b7335a commit cd2ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ see the :ref:`doctrine-field-types` section.
389389

390390
.. code-block:: terminal
391391
392-
$ php bin/console doctrine:schema:validate
392+
$ php app/console doctrine:schema:validate
393393
394394
.. _doctrine-generating-getters-and-setters:
395395

0 commit comments

Comments
 (0)