Move Core\Session::remove() to DI::session()->remove()

This commit is contained in:
Philipp 2022-10-18 21:13:28 +02:00
parent 315ed3ed22
commit a2eb0c7378
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 1 additions and 7 deletions

View file

@ -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();