diff --git a/doctrine/reverse_engineering.rst b/doctrine/reverse_engineering.rst index ae446e33140..d02e7e72d05 100644 --- a/doctrine/reverse_engineering.rst +++ b/doctrine/reverse_engineering.rst @@ -56,7 +56,7 @@ table fields. .. code-block:: terminal - $ php bin/console doctrine:mapping:import 'App\Entity' annotation --path=src/Entity + $ php bin/console doctrine:mapping:import App\Entity annotation --path=src/Entity This command line tool asks Doctrine to introspect the database and generate new PHP classes with annotation metadata into ``src/Entity``. This generates two