Move 'Authentication' to Security namespace
[friendica.git/.git] / index.php
index 4857b1f..dd884a9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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)
 );