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.
2 parents 3cefc6c + a6110d4 commit 8c66732Copy full SHA for 8c66732
1 file changed
src/Injector.php
@@ -4,7 +4,7 @@
4
use Bigcommerce\Injector\Exception\InjectorInvocationException;
5
use Bigcommerce\Injector\Exception\MissingRequiredParameterException;
6
use Bigcommerce\Injector\Reflection\ParameterInspector;
7
-use Interop\Container\ContainerInterface;
+use Psr\Container\ContainerInterface;
8
9
/**
10
* The Injector provides instantiation of objects (or invocation of methods) within the BC application and
0 commit comments