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 bc9e604 commit b540b11Copy full SHA for b540b11
Exception/TooManyLoginAttemptsAuthenticationException.php
@@ -33,6 +33,7 @@ public function getMessageData(): array
33
{
34
return [
35
'%minutes%' => $this->threshold,
36
+ '%count%' => (int) $this->threshold,
37
];
38
}
39
0 commit comments