We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e64fb5 commit 6941e9aCopy full SHA for 6941e9a
src/Exceptions/UserNotFoundException.php
@@ -15,5 +15,5 @@ class UserNotFoundException extends Exception
15
*
16
* @var string
17
*/
18
- protected $message = 'No user found for the given email adresse.';
+ protected $message = 'No user found for the given email address.';
19
}
0 commit comments