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.
pull/11997/head
Roland Häder 2022-10-18 16:25:26 +02:00
rodzic 3a2f5091d9
commit abe02a646c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C82EDE5DDFA0BA77
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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;