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

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;