Remove unused Core\Session::pop() method
This commit is contained in:
parent
fb2b2f5c58
commit
dfb5792773
|
@ -34,11 +34,6 @@ class Session
|
||||||
public static $exists = false;
|
public static $exists = false;
|
||||||
public static $expire = 180000;
|
public static $expire = 180000;
|
||||||
|
|
||||||
public static function pop($name, $defaults = null)
|
|
||||||
{
|
|
||||||
return DI::session()->pop($name, $defaults);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function set($name, $value)
|
public static function set($name, $value)
|
||||||
{
|
{
|
||||||
DI::session()->set($name, $value);
|
DI::session()->set($name, $value);
|
||||||
|
|
Loading…
Reference in a new issue