Update container namespace after dependency replacement
- container-interop has been replaced with psr/container
This commit is contained in:
parent
ad6db150c5
commit
9ee72bb382
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Interop\Container\ContainerInterface;
|
use Psr\Container\ContainerInterface;
|
||||||
|
|
||||||
// DIC configuration
|
// DIC configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue