We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1634704 commit 3015f51Copy full SHA for 3015f51
src/DI/Bridge/Symfony/SymfonyContainerBridge.php
@@ -9,12 +9,12 @@
9
10
namespace DI\Bridge\Symfony;
11
12
-use DI\ContainerInterface;
13
use DI\NotFoundException;
14
use Symfony\Component\DependencyInjection\Container as SymfonyContainer;
15
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
16
use Symfony\Component\DependencyInjection\ContainerInterface as SymfonyContainerInterface;
17
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
+use Interop\Container\ContainerInterface;
18
19
/**
20
* Replacement for the Symfony service container.
0 commit comments