cleanup namespace usages for L10n

This commit is contained in:
nupplaPhil 2020-01-18 22:07:06 +01:00
parent 88f0835fae
commit f2fc22227a
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
69 changed files with 13 additions and 72 deletions

View file

@ -46,10 +46,10 @@
use Friendica\Core\Config;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
use Friendica\Core\Logger;
use Friendica\Core\Renderer;
use Friendica\Core\System;
use Friendica\DI;
function blackout_install() {
Hook::register('page_header', 'addon/blackout/blackout.php', 'blackout_redirect');