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;