diff options
Diffstat (limited to 'Core/Exception/ProviderNotFoundException.php')
-rw-r--r-- | Core/Exception/ProviderNotFoundException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/ProviderNotFoundException.php b/Core/Exception/ProviderNotFoundException.php index aefe2ae..ea2b1fd 100644 --- a/Core/Exception/ProviderNotFoundException.php +++ b/Core/Exception/ProviderNotFoundException.php @@ -25,6 +25,6 @@ class ProviderNotFoundException extends AuthenticationException */ public function getMessageKey() { - return 'security.exception.provider_not_found_exception'; + return 'No authentication provider found to support the authentication token.'; } } |