Skip to content

Commit

Permalink
Merge pull request #3 from zolex/fix-registry-import
Browse files Browse the repository at this point in the history
fix import of Doctrine Registry
  • Loading branch information
zolex committed Mar 12, 2021
2 parents f408bd7 + 35c3982 commit 6afd352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/CleanUpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6afd352

Please sign in to comment.