From 5c38d5a4bad796819013b999d4828663ae3bc88f Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 25 Nov 2024 14:01:05 +0100 Subject: [PATCH] Update docs/index.rst Co-authored-by: Benjamin Georgeault --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index f09b88253..e1942b5e6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -43,7 +43,7 @@ optional arguments and options. Check them out with the ``--help`` option: .. caution:: - ``make:entity`` requires Doctrine to be installed and configured. + ``make:entity`` requires ``doctrine/orm`` to be installed and configured. This maker support only ORM, not ODM. Linting Generated Code ______________________