mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Remove unused Core\Session::create() method
This commit is contained in:
parent
7ac86e49d1
commit
fb2b2f5c58
1 changed files with 0 additions and 5 deletions
|
@ -34,11 +34,6 @@ class Session
|
|||
public static $exists = false;
|
||||
public static $expire = 180000;
|
||||
|
||||
public static function exists($name)
|
||||
{
|
||||
return DI::session()->exists($name);
|
||||
}
|
||||
|
||||
public static function pop($name, $defaults = null)
|
||||
{
|
||||
return DI::session()->pop($name, $defaults);
|
||||
|
|
Loading…
Reference in a new issue