Skip to content

Commit d849269

Browse files
nextbox-action-token[bot]erkenes
authored andcommitted
fix: Apply php-cs-fixer changes
1 parent 998d8cd commit d849269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/Controller/CaptchaController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class 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

Classes/Form/FormElements/Captcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace NextBox\Neos\FormCaptcha\Form\FormElements;
44

5-
use NextBox\Neos\FormCaptcha\Controller\CaptchaController;
65
use GuzzleHttp\Psr7\ServerRequest;
76
use Neos\Error\Messages\Error;
87
use Neos\Flow\Annotations as Flow;
@@ -11,6 +10,7 @@
1110
use Neos\Flow\Session\SessionInterface;
1211
use Neos\Form\Core\Model\AbstractFormElement;
1312
use Neos\Form\Core\Runtime\FormRuntime;
13+
use NextBox\Neos\FormCaptcha\Controller\CaptchaController;
1414

1515
class Captcha extends AbstractFormElement
1616
{

0 commit comments

Comments
 (0)