mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50:11 +00:00
Move Core\Session::get() to DI::session()->get()
This commit is contained in:
parent
99d5441007
commit
7ac86e49d1
15 changed files with 36 additions and 31 deletions
|
@ -683,7 +683,7 @@ class Profile
|
|||
*/
|
||||
public static function getMyURL(): string
|
||||
{
|
||||
return Session::get('my_url') ?? '';
|
||||
return DI::session()->get('my_url') ?? '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue