diff options
Diffstat (limited to 'app/Core/Security/AuthenticationManager.php')
-rw-r--r-- | app/Core/Security/AuthenticationManager.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Core/Security/AuthenticationManager.php b/app/Core/Security/AuthenticationManager.php index e7a3c8d4..05ad6485 100644 --- a/app/Core/Security/AuthenticationManager.php +++ b/app/Core/Security/AuthenticationManager.php @@ -31,6 +31,11 @@ class AuthenticationManager extends Base */ private $providers = array(); + public function reset() + { + $this->providers = []; + } + /** * Register a new authentication provider * |