Move 'Authentication' to Security namespace

This commit is contained in:
Philipp 2020-09-30 16:53:18 +02:00
parent ad34abda1a
commit 3a52179393
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
4 changed files with 17 additions and 13 deletions

View file

@ -38,6 +38,6 @@ $a->runFrontend(
$dice->create(\Friendica\App\Module::class),
$dice->create(\Friendica\App\Router::class),
$dice->create(\Friendica\Core\PConfig\IPConfig::class),
$dice->create(\Friendica\App\Authentication::class),
$dice->create(\Friendica\Security\Authentication::class),
$dice->create(\Friendica\App\Page::class)
);