Skip to content

Commit

Permalink
[BUGFIX] Add missing class import for PropagateResponseException
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwemer committed Sep 25, 2024
1 parent a2c1eb9 commit 40a6eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controller/FormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
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;
Expand Down

0 comments on commit 40a6eb3

Please sign in to comment.