Added missing `use` statement (again), thanks to @MrPetovan

Yes, we need more unit-testing! Not only to rely on your IDE that it will locate
it for you.
This commit is contained in:
Roland Häder 2022-10-18 16:25:26 +02:00
parent 3a2f5091d9
commit abe02a646c
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
use Friendica\App;
use Friendica\Content\Text\BBCode;
use Friendica\Content\Text\HTML;
use Friendica\Core\System;
use Friendica\DI;
use Friendica\Module\Response;