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

This commit is contained in:
Philipp 2022-10-18 21:13:58 +02:00
parent a2eb0c7378
commit 4a2f67aa9a
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 clear()
{
DI::session()->clear();
}
/**
* Returns the user id of locally logged in user or false.
*