Move Cookie to own class (with tests)
Move Authentication to App namespace
This commit is contained in:
parent
c45b6d309b
commit
54392fab81
16 changed files with 393 additions and 112 deletions
|
@ -23,5 +23,5 @@ $a->runFrontend(
|
|||
$dice->create(\Friendica\App\Module::class),
|
||||
$dice->create(\Friendica\App\Router::class),
|
||||
$dice->create(\Friendica\Core\Config\PConfiguration::class),
|
||||
$dice->create(\Friendica\Core\Authentication::class)
|
||||
$dice->create(\Friendica\App\Authentication::class)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue