diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index a7c72a310..00edeb1c7 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -218,7 +218,7 @@ abstract class ViewAbstract implements RenderableInterface */ public function render(...$data) : string { - $ob = ''; + $ob = ''; try { \ob_start();