We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaebabf commit d16b0e7Copy full SHA for d16b0e7
doctrine.rst
@@ -580,6 +580,7 @@ But what if you need a more complex query? When you generated your entity with
580
581
use App\Entity\Product;
582
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
583
+ use Symfony\Bridge\Doctrine\RegistryInterface;
584
585
class ProductRepository extends ServiceEntityRepository
586
{
0 commit comments