mirror of
https://github.com/friendica/friendica
synced 2025-04-28 01:10:12 +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
|
@ -39,11 +39,6 @@ class Session
|
|||
return DI::session()->exists($name);
|
||||
}
|
||||
|
||||
public static function get($name, $defaults = null)
|
||||
{
|
||||
return DI::session()->get($name, $defaults);
|
||||
}
|
||||
|
||||
public static function pop($name, $defaults = null)
|
||||
{
|
||||
return DI::session()->pop($name, $defaults);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue