We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d27f8 commit 58486f7Copy full SHA for 58486f7
Classes/Finisher/FinisherRunner.php
@@ -52,7 +52,7 @@ public function callFinishers(
52
$finisher = GeneralUtility::makeInstance(
53
$class,
54
$mail,
55
- (array)$finisherSettings['config'] ?? [],
+ $finisherSettings['config'] ?? [],
56
$settings,
57
$formSubmitted,
58
$actionMethodName,
0 commit comments