Dmitry Dulepov
Results
21
issues of
Dmitry Dulepov
The code in `Classes/Domain/Service/CalculatingCaptchaService.php` for the captcha image name is: ```php public function setPathAndFilename(Field $field): CalculatingCaptchaService { $this->pathAndFilename = $this->imagePath . sprintf($this->imageFilenamePrefix, $field->getUid()); return $this; } ``` So the name...
enhancement