kopia lustrzana https://github.com/friendica/friendica
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
rodzic
3a2f5091d9
commit
abe02a646c
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue