mirror of
https://github.com/friendica/friendica
synced 2025-01-31 23:39:48 +00:00
Fix namespace for DiceContainer test
This commit is contained in:
parent
2ef943394d
commit
7107acb15c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Core;
|
namespace Friendica\Test\Unit\Core;
|
||||||
|
|
||||||
use Friendica\Core\Container;
|
use Friendica\Core\Container;
|
||||||
use Friendica\Core\DiceContainer;
|
use Friendica\Core\DiceContainer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue