Added missing `use` statement, thanks to @MrPetovan

This commit is contained in:
Roland Häder 2022-10-18 16:19:11 +02:00
parent 1f9fc13d03
commit 3a2f5091d9
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*/
use Friendica\App;
use Friendica\Content\Text\BBCode;
use Friendica\Core\System;
use Friendica\DI;
use Friendica\Module\Response;