This commit is contained in:
Bruno Rybársky 2024-02-03 16:25:24 +01:00
parent 71f62f0e9c
commit 874310222a

@ -21,4 +21,4 @@ function render(): string
return ob_get_clean();
}
return render();
return ["output" => render(), "parameters" => $page_parameters];