1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-05-18 20:16:41 +02:00

Update container namespace after dependency replacement

- container-interop has been replaced with psr/container
This commit is contained in:
Hypolite Petovan 2020-06-17 09:27:20 -04:00
parent ad6db150c5
commit 9ee72bb382

View file

@ -1,6 +1,6 @@
<?php <?php
use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface;
// DIC configuration // DIC configuration