From 23a2686bbd81a12ffc611220a03096ccf92435fa Mon Sep 17 00:00:00 2001 From: Marcus Schwemer Date: Wed, 25 Sep 2024 13:38:11 +0200 Subject: [PATCH] [TASK] Make php-cs-fixer happy --- Classes/Controller/FormController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Controller/FormController.php b/Classes/Controller/FormController.php index 78ce0de9b..d0dfdab76 100644 --- a/Classes/Controller/FormController.php +++ b/Classes/Controller/FormController.php @@ -32,12 +32,12 @@ use In2code\Powermail\Utility\ObjectUtility; use In2code\Powermail\Utility\SessionUtility; use In2code\Powermail\Utility\TemplateUtility; -use TYPO3\CMS\Core\Http\PropagateResponseException; use function in_array; use Psr\Http\Message\ResponseInterface; use Throwable; use TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationExtensionNotConfiguredException; use TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationPathDoesNotExistException; +use TYPO3\CMS\Core\Http\PropagateResponseException; use TYPO3\CMS\Core\Utility\ArrayUtility; use TYPO3\CMS\Core\Utility\GeneralUtility; use TYPO3\CMS\Extbase\Annotation as ExtbaseAnnotation;