diff options
Diffstat (limited to 'Core/Authentication/AuthenticationManagerInterface.php')
-rw-r--r-- | Core/Authentication/AuthenticationManagerInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/AuthenticationManagerInterface.php b/Core/Authentication/AuthenticationManagerInterface.php index 36cdc92..d8f4716 100644 --- a/Core/Authentication/AuthenticationManagerInterface.php +++ b/Core/Authentication/AuthenticationManagerInterface.php @@ -31,5 +31,5 @@ interface AuthenticationManagerInterface * * @throws AuthenticationException if the authentication fails */ - function authenticate(TokenInterface $token); + public function authenticate(TokenInterface $token); } |