forked from friendica/friendica-directory
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
|
||||
|
||||
use Interop\Container\ContainerInterface;
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
// DIC configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue