mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 03:16:09 +01:00
Keep it v9 Kompatible
This commit is contained in:
parent
886331adeb
commit
e8a8a5a71b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue