1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Revert "Merge pull request #6092 from ThomasLandauer/patch-2"

This reverts commit ade3f3a7f36d4b8a2ccf14afd4b71e7b0d0509da, reversing
changes made to a6e44d9305114c2a597bd7db2bb934f2c2325ed3.
This commit is contained in:
Marco Pivetta 2016-10-18 10:00:10 -07:00
parent ade3f3a7f3
commit d6eddab94f

View File

@ -744,7 +744,7 @@ The Repository implement the ``Doctrine\Common\Collections\Selectable``
interface. That means you can build ``Doctrine\Common\Collections\Criteria``
and pass them to the ``matching($criteria)`` method.
See :doc:`Working with Associations: Filtering collections
See the :ref:`Working with Associations: Filtering collections
<filtering-collections>`.
By Eager Loading