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

This commit is contained in:
nupplaPhil 2020-01-19 21:26:41 +01:00
parent 75143e27b5
commit 62d6f08fc1
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
use Friendica\Core\Config;
use Friendica\Core\Logger;
use Friendica\DI;
function twitter_sync_run($argv, $argc)
{