mirror of
https://github.com/doctrine/DoctrineFixturesBundle.git
synced 2026-03-23 22:32:17 +01:00
Remove ODM from the introduction
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user