Skip to content
Code-Schnipsel Gruppen Projekte

Update 'next-4.x' with latest changes from 'main'

Zusammengeführt QUIQQER Stabilization requested to merge main into next-4.x
1 Datei
+ 3
2
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
@@ -551,9 +551,10 @@ public function renderForMail(): string
public function toHTMLWithCSS(
bool|string $template = false,
bool|string $articleTemplate = false
bool|string $articleTemplate = false,
?QUI\Interfaces\Template\EngineInterface $Engine = null,
): string {
return $this->toUniqueList()->toHTMLWithCSS($template, $articleTemplate);
return $this->toUniqueList()->toHTMLWithCSS($template, $articleTemplate, $Engine);
}
//endregion
Lade