@@ -59,7 +59,7 @@ |
||
59 | 59 | $failedAttemptsThreshold = $this->settings['failedAttemptsThreshold']; |
60 | 60 | $time = (new \DateTime())->format('Y-m-d H:i'); |
61 | 61 | |
62 | - $replacePlaceholders = function ($string) use ($account, $httpRequest, $failedAttemptsThreshold, $time) { |
|
62 | + $replacePlaceholders = function($string) use ($account, $httpRequest, $failedAttemptsThreshold, $time) { |
|
63 | 63 | return str_replace([ |
64 | 64 | '{domain}', '{ip}', '{userAgent}', '{accountIdentifier}', '{failedAttemptsThreshold}', '{time}' |
65 | 65 | ], [ |