Merge pull request #6751 from MrPetovan/bug/fatal-errors

Add missing use statement in Model\Term
This commit is contained in:
Michael Vogel 2019-02-24 21:07:13 +01:00 committed by GitHub
commit 69777c275b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
*/
namespace Friendica\Model;
use Friendica\Core\Logger;
use Friendica\Core\System;
use Friendica\Database\DBA;
use Friendica\Util\Strings;