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

@ -1,6 +1,7 @@
<?php
use Friendica\Core\Config;
use Friendica\Core\Logger;
use Friendica\DI;
function pumpio_sync_run(&$argv, &$argc) {
$a = Friendica\DI::app();