mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSauth : Added logout() method.
This commit is contained in:
parent
d06c8c798d
commit
6c9043b385
1 changed files with 9 additions and 0 deletions
|
@ -122,6 +122,15 @@ class LSauth {
|
|||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Logout
|
||||
*
|
||||
* @retval void
|
||||
**/
|
||||
public function logout() {
|
||||
// Do nothing in the standard LSauth class
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue