Remove unused Core\Session::setMultiple()
This commit is contained in:
parent
3a8bcb3fbf
commit
315ed3ed22
|
@ -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 setMultiple(array $values)
|
|
||||||
{
|
|
||||||
DI::session()->setMultiple($values);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function remove($name)
|
public static function remove($name)
|
||||||
{
|
{
|
||||||
DI::session()->remove($name);
|
DI::session()->remove($name);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user