Skip to content

Commit a66d4d8

Browse files
authored
Remove quotes around App\Entity namespace
Those quotes will appear in the generated entities namespace, thus causing a PHP ParseError.
1 parent 4373cc1 commit a66d4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ table fields.
5656

5757
.. code-block:: terminal
5858
59-
$ php bin/console doctrine:mapping:import 'App\Entity' annotation --path=src/Entity
59+
$ php bin/console doctrine:mapping:import App\Entity annotation --path=src/Entity
6060
6161
This command line tool asks Doctrine to introspect the database and generate
6262
new PHP classes with annotation metadata into ``src/Entity``. This generates two

0 commit comments

Comments
 (0)