Home
last modified time | relevance | path

Searched refs:checkLimitReached (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DRateLimitService.php63 $history = $this->checkLimitReached($num, $seconds, $history);
83 $history = $this->checkLimitReached($num, $seconds, $history);
98 private function checkLimitReached(int $num, int $seconds, string $history): string function in Fisharebest\\Webtrees\\Services\\RateLimitService