From 35c3982d78670b89821c7af85c9e5b7049589386 Mon Sep 17 00:00:00 2001 From: Nikos Sotiropoulos Date: Fri, 12 Mar 2021 18:21:33 +0100 Subject: [PATCH] fix import of Doctrine Registry --- Command/CleanUpCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/CleanUpCommand.php b/Command/CleanUpCommand.php index 456049e7..2d4badb2 100644 --- a/Command/CleanUpCommand.php +++ b/Command/CleanUpCommand.php @@ -2,7 +2,7 @@ namespace JMS\JobQueueBundle\Command; -use Doctrine\Persistence\ManagerRegistry; +use Doctrine\Bundle\DoctrineBundle\Registry; use Doctrine\DBAL\Connection; use Doctrine\ORM\EntityManager; use JMS\JobQueueBundle\Entity\Job;