Restructure Session to follow new paradigm

This commit is contained in:
Philipp Holzer 2021-10-23 11:39:29 +02:00
commit 57b4c008cb
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 13 additions and 11 deletions

View file

@ -207,7 +207,7 @@ return [
],
],
ISession::class => [
'instanceOf' => Factory\SessionFactory::class,
'instanceOf' => \Friendica\Core\Session\Factory\SessionFactory::class,
'call' => [
['createSession', [$_SERVER], Dice::CHAIN_CALL],
['start', [], Dice::CHAIN_CALL],