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
5 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
use Friendica\Core\Config;
use Friendica\Core\Hook;
use Friendica\Core\Logger;
use Friendica\DI;
use Friendica\Util\Network;
function leistungsschutzrecht_install() {