Missing Use statements

missing use
This commit is contained in:
Adam Magness 2018-11-08 11:58:42 -05:00
parent ffc406d819
commit 087f50d820
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
namespace Friendica\Util;
use Friendica\Content\ContactSelector;
use Friendica\Core\Logger;
/**
* @brief This class handles string functions
*/