mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 11:54:31 +02:00
Move 'Authentication' to Security namespace
This commit is contained in:
parent
ad34abda1a
commit
3a52179393
4 changed files with 17 additions and 13 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue