fix L10n path after move

This commit is contained in:
nupplaPhil 2020-01-19 17:11:48 +01:00
parent 174129af94
commit 8138b05032
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace src\Core\L10n;
namespace Friendica\Test\src\Core\L10n;
use Friendica\Core\L10n;
use Friendica\Test\MockedTest;