File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010class CaptchaController extends ActionController
1111{
12- const CAPTCHA_SESSION_NAME = 'form_captcha.captcha_code ' ;
12+ public const CAPTCHA_SESSION_NAME = 'form_captcha.captcha_code ' ;
1313
1414 /**
1515 * @Flow\Inject
Original file line number Diff line number Diff line change 22
33namespace NextBox \Neos \FormCaptcha \Form \FormElements ;
44
5- use NextBox \Neos \FormCaptcha \Controller \CaptchaController ;
65use GuzzleHttp \Psr7 \ServerRequest ;
76use Neos \Error \Messages \Error ;
87use Neos \Flow \Annotations as Flow ;
1110use Neos \Flow \Session \SessionInterface ;
1211use Neos \Form \Core \Model \AbstractFormElement ;
1312use Neos \Form \Core \Runtime \FormRuntime ;
13+ use NextBox \Neos \FormCaptcha \Controller \CaptchaController ;
1414
1515class Captcha extends AbstractFormElement
1616{
You can’t perform that action at this time.
0 commit comments