File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Enqueue \Doctrine ;
4
4
5
+ use Doctrine \Bundle \DoctrineBundle \Registry ;
5
6
use Enqueue \ConnectionFactoryFactoryInterface ;
6
7
use Enqueue \Dbal \ManagerRegistryConnectionFactory ;
7
8
use Enqueue \Dsn \Dsn ;
8
9
use Interop \Queue \ConnectionFactory ;
9
- use Symfony \Bridge \Doctrine \RegistryInterface ;
10
10
11
11
class DoctrineConnectionFactoryFactory implements ConnectionFactoryFactoryInterface
12
12
{
13
13
/**
14
- * @var RegistryInterface
14
+ * @var Registry
15
15
*/
16
16
private $ doctrine ;
17
17
@@ -20,7 +20,7 @@ class DoctrineConnectionFactoryFactory implements ConnectionFactoryFactoryInterf
20
20
*/
21
21
private $ fallbackFactory ;
22
22
23
- public function __construct (RegistryInterface $ doctrine , ConnectionFactoryFactoryInterface $ fallbackFactory )
23
+ public function __construct (Registry $ doctrine , ConnectionFactoryFactoryInterface $ fallbackFactory )
24
24
{
25
25
$ this ->doctrine = $ doctrine ;
26
26
$ this ->fallbackFactory = $ fallbackFactory ;
You can’t perform that action at this time.
0 commit comments