mirror of
https://github.com/friendica/friendica
synced 2025-04-29 03:04:22 +02:00
Remove unneeded Config namespace usages
This commit is contained in:
parent
f9d0e57f91
commit
ed9392469e
121 changed files with 24 additions and 158 deletions
|
@ -4,7 +4,6 @@
|
|||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Core\Protocol;
|
||||
|
@ -24,7 +23,6 @@ use Friendica\Protocol\ActivityPub;
|
|||
use Friendica\Protocol\Diaspora;
|
||||
use Friendica\Protocol\OStatus;
|
||||
use Friendica\Protocol\Salmon;
|
||||
use Friendica\Util\ACLFormatter;
|
||||
|
||||
require_once 'include/items.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue