Bugfix: a forgotten "use" in bbcode.php

This commit is contained in:
Michael 2018-02-08 06:08:07 +00:00
parent 0a7843a303
commit 87280ebf57
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
namespace Friendica\Content\Text;
use DOMDocument;
use DomXPath;
use Exception;
use Friendica\Content\OEmbed;
use Friendica\Content\Smilies;