Skip to content

Commit 6192540

Browse files
committed
Minor reword
1 parent 3ed7123 commit 6192540

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doctrine/reverse_engineering.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ How to Generate Entities from an Existing Database
77
.. caution::
88

99
The ``doctrine:mapping:import`` command used to generate Doctrine entities
10-
from existing databases was deprecated by Doctrine in 2019 and it's no
11-
longer recommended to use it.
12-
13-
As of march,2023 there is no replacement.
10+
from existing databases was deprecated by Doctrine in 2019 and there's no
11+
replacement for it.
1412

1513
Instead, you can use the ``make:entity`` command from `Symfony Maker Bundle`_
16-
to quickly generate the Doctrine entities of your application.
17-
But it does not permit generating entities from existing database.
14+
to help you generate the code of your Doctrine entities. This command
15+
requires manual supervision because it doesn't generate entities from
16+
existing databases.
1817

1918
.. _`Symfony Maker Bundle`: https://symfony.com/bundles/SymfonyMakerBundle/current/index.html

0 commit comments

Comments
 (0)