mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
Fix namespace in PlaintextTest
This commit is contained in:
parent
c311a65073
commit
81be4c238c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
namespace Friendica\Test\src\Content;
|
||||
namespace Friendica\Test\src\Content\Text;
|
||||
|
||||
use Friendica\Content\Text\BBCode;
|
||||
use Friendica\Content\Text\Plaintext;
|
Loading…
Reference in a new issue