Missing use for Strings

In line 72 'Strings::' is used but the 'use Friendica\Util\Strings' was missing.
This commit is contained in:
Steffen K9 2018-11-11 01:14:50 +01:00 committed by GitHub
parent d577ab98eb
commit de759e41c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use Friendica\Core\Renderer;
use Friendica\Core\System;
use Friendica\Database\DBA;
use Friendica\Model\User;
use Friendica\Util\Strings;
require_once 'include/enotify.php';