Skip to content

Commit

Permalink
Fix #1085
Browse files Browse the repository at this point in the history
Fix #1085 - Fix to be compatible with doctrine v3 . Since Doctrine v3, seems some changes with doctrine/common
  • Loading branch information
kdefives authored Sep 4, 2020
1 parent 61177d7 commit f7a8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/enqueue/Doctrine/DoctrineConnectionFactoryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Enqueue\Doctrine;

use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use Enqueue\ConnectionFactoryFactoryInterface;
use Enqueue\Dbal\ManagerRegistryConnectionFactory;
use Enqueue\Dsn\Dsn;
Expand Down

0 comments on commit f7a8b0f

Please sign in to comment.