sforkowany z mirror/friendica
fix forgotten use DI namespaces ...
rodzic
5d8c625549
commit
3b16829484
|
@ -4,6 +4,7 @@ namespace Friendica\Console;
|
|||
|
||||
use Friendica\App;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\DI;
|
||||
use Friendica\Util\Strings;
|
||||
use RuntimeException;
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ namespace Friendica\Content;
|
|||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\Protocol;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\DI;
|
||||
use Friendica\Util\Network;
|
||||
use Friendica\Util\Strings;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue