Skip to content

Commit 01d4026

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Update reverse_engineering.rst
2 parents 054e67c + 6192540 commit 01d4026

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doctrine/reverse_engineering.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +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.
10+
from existing databases was deprecated by Doctrine in 2019 and there's no
11+
replacement for it.
1212

1313
Instead, you can use the ``make:entity`` command from `Symfony Maker Bundle`_
14-
to quickly generate the Doctrine entities of your application.
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.
1517

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

0 commit comments

Comments
 (0)