Skip to content

Commit 3015f51

Browse files
author
Tomas Mihalicka
committed
Fixed missing interface, use 'Interop\Container\ContainerInterface;' instead of 'DI\ContainerInterface' which is not exists.
1 parent 1634704 commit 3015f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DI/Bridge/Symfony/SymfonyContainerBridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
namespace DI\Bridge\Symfony;
1111

12-
use DI\ContainerInterface;
1312
use DI\NotFoundException;
1413
use Symfony\Component\DependencyInjection\Container as SymfonyContainer;
1514
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
1615
use Symfony\Component\DependencyInjection\ContainerInterface as SymfonyContainerInterface;
1716
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
17+
use Interop\Container\ContainerInterface;
1818

1919
/**
2020
* Replacement for the Symfony service container.

0 commit comments

Comments
 (0)