Skip to content

Commit a6110d4

Browse files
author
Adam Benson
committed
Update injector to be compatible with root psr container interface
1 parent 3cefc6c commit a6110d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Injector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Bigcommerce\Injector\Exception\InjectorInvocationException;
55
use Bigcommerce\Injector\Exception\MissingRequiredParameterException;
66
use Bigcommerce\Injector\Reflection\ParameterInspector;
7-
use Interop\Container\ContainerInterface;
7+
use Psr\Container\ContainerInterface;
88

99
/**
1010
* The Injector provides instantiation of objects (or invocation of methods) within the BC application and

0 commit comments

Comments
 (0)