mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Added missing use
statement, thanks to @MrPetovan
This commit is contained in:
parent
1f9fc13d03
commit
3a2f5091d9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Content\Text\BBCode;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\DI;
|
||||
use Friendica\Module\Response;
|
||||
|
|
Loading…
Reference in a new issue