mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
Ensure FactorySession->create returns an object no matter what
- Rename redundant method name createSession - Add exception logging
This commit is contained in:
parent
8bda2a2188
commit
241a512589
2 changed files with 9 additions and 6 deletions
|
@ -237,7 +237,7 @@ return [
|
|||
IHandleSessions::class => [
|
||||
'instanceOf' => \Friendica\Core\Session\Factory\Session::class,
|
||||
'call' => [
|
||||
['createSession', [$_SERVER], Dice::CHAIN_CALL],
|
||||
['create', [$_SERVER], Dice::CHAIN_CALL],
|
||||
['start', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue