Remove ODM from the introduction

This commit is contained in:
Jérôme Tamarelle
2025-10-17 13:17:15 +02:00
parent 1c71a97ea0
commit 7a06ef2903
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
DoctrineFixturesBundle
======================
This bundle integrates the [Doctrine2 Data Fixtures library](https://github.com/doctrine/data-fixtures)
into Symfony so that you can load data fixtures programmatically into the Doctrine ORM or ODM.
This bundle integrates the [Doctrine Data Fixtures library](https://github.com/doctrine/data-fixtures)
into Symfony so that you can load data fixtures programmatically into the Doctrine ORM.
Read the full [documentation of this bundle](http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html).

View File

@@ -138,7 +138,7 @@ exact same object via its name.
.. note::
Adding object references only works for ORM entities or ODM documents.
Adding object references only works for ORM entities.
.. code-block:: php