Update namespace use calls in mod/

This commit is contained in:
Hypolite Petovan 2019-01-07 01:11:16 -05:00
commit 14e4ab544a
23 changed files with 3 additions and 31 deletions

View file

@ -4,14 +4,12 @@ This file is part of the Diaspora protocol. It is used for fetching single publi
*/
use Friendica\App;
use Friendica\Core\L10n;
use Friendica\Core\Protocol;
use Friendica\Core\System;
use Friendica\Protocol\Diaspora;
use Friendica\Model\Item;
use Friendica\Model\User;
use Friendica\Util\Strings;
use Friendica\Util\XML;
use Friendica\Database\DBA;
function fetch_init(App $a)