Remove unused Core\Session::create() method

This commit is contained in:
Philipp 2022-10-18 21:11:00 +02:00
parent 7ac86e49d1
commit fb2b2f5c58
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 exists($name)
{
return DI::session()->exists($name);
}
public static function pop($name, $defaults = null)
{
return DI::session()->pop($name, $defaults);