Add missing Friendica\DI namespace to files (PHPStorm inspection)

This commit is contained in:
nupplaPhil 2020-01-19 21:26:42 +01:00
parent 2204016071
commit 21640ec5d8
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
17 changed files with 18 additions and 2 deletions

View file

@ -6,6 +6,7 @@ namespace Friendica\Worker;
use Friendica\Core\Config;
use Friendica\Core\Logger;
use Friendica\DI;
use Friendica\Model\GContact;
use Friendica\Model\GServer;
use Friendica\Protocol\PortableContact;