diff options
Diffstat (limited to 'app/Core/Security/PreAuthenticationProviderInterface.php')
-rw-r--r-- | app/Core/Security/PreAuthenticationProviderInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Security/PreAuthenticationProviderInterface.php b/app/Core/Security/PreAuthenticationProviderInterface.php index 391e8d0f..c13b06c5 100644 --- a/app/Core/Security/PreAuthenticationProviderInterface.php +++ b/app/Core/Security/PreAuthenticationProviderInterface.php @@ -14,7 +14,7 @@ interface PreAuthenticationProviderInterface extends AuthenticationProviderInter * Get user object * * @access public - * @return UserProviderInterface + * @return \Kanboard\Core\User\UserProviderInterface */ public function getUser(); } |