Merge pull request #4417 from annando/forgotten-use

Bugfix: a forgotten "use" in bbcode.php
This commit is contained in:
Tobias Diekershoff 2018-02-08 07:10:35 +01:00 committed by GitHub
commit af55cd57f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;