Restructure Session to follow new paradigm
This commit is contained in:
parent
ff1a812e1a
commit
57b4c008cb
7 changed files with 13 additions and 11 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue