Keep it v9 Kompatible

This commit is contained in:
Daniel Huf 2021-02-22 14:54:30 +01:00
parent 886331adeb
commit e8a8a5a71b

View file

@ -15,7 +15,7 @@ class MjmlEmailFinisher extends \TYPO3\CMS\Form\Domain\Finishers\EmailFinisher
* @return StandaloneView
* @throws FinisherException
*/
protected function initializeStandaloneView(FormRuntime $formRuntime, string $format): StandaloneView
protected function initializeStandaloneView(FormRuntime $formRuntime, string $format = 'Html'): StandaloneView
{
$standaloneView = $this->objectManager->get(MjmlBasedView::class);