Move Core\Session::remove() to DI::session()->remove()
This commit is contained in:
@@ -34,11 +34,6 @@ class Session
|
||||
public static $exists = false;
|
||||
public static $expire = 180000;
|
||||
|
||||
public static function remove($name)
|
||||
{
|
||||
DI::session()->remove($name);
|
||||
}
|
||||
|
||||
public static function clear()
|
||||
{
|
||||
DI::session()->clear();
|
||||
|
||||
Reference in New Issue
Block a user