diff options
Diffstat (limited to 'Core/Exception/AuthenticationCredentialsNotFoundException.php')
-rw-r--r-- | Core/Exception/AuthenticationCredentialsNotFoundException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/AuthenticationCredentialsNotFoundException.php b/Core/Exception/AuthenticationCredentialsNotFoundException.php index 1bd8ffd..633b2be 100644 --- a/Core/Exception/AuthenticationCredentialsNotFoundException.php +++ b/Core/Exception/AuthenticationCredentialsNotFoundException.php @@ -25,6 +25,6 @@ class AuthenticationCredentialsNotFoundException extends AuthenticationException */ public function getMessageKey() { - return 'security.exception.authentication_credentials_not_found_exception'; + return 'Authentication credentials could not be found.'; } } |