Remove unused Core\Session::pop() method

This commit is contained in:
Philipp 2022-10-18 21:11:19 +02:00
parent fb2b2f5c58
commit dfb5792773
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 0 additions and 5 deletions

View File

@ -34,11 +34,6 @@ class Session
public static $exists = false;
public static $expire = 180000;
public static function pop($name, $defaults = null)
{
return DI::session()->pop($name, $defaults);
}
public static function set($name, $value)
{
DI::session()->set($name, $value);