1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-02 11:48:25 +00:00

Fix namespace for DiceContainer test

This commit is contained in:
Art4 2025-01-09 19:53:47 +00:00
parent 2ef943394d
commit 7107acb15c

View file

@ -7,7 +7,7 @@
declare(strict_types=1);
namespace Core;
namespace Friendica\Test\Unit\Core;
use Friendica\Core\Container;
use Friendica\Core\DiceContainer;