fix: [inifinite loop] resolved in the templating due to invalid element call
parent
04f29ff0ad
commit
5145ccbf07
|
@ -89,4 +89,4 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
echo $this->element('header', ['menu' => $menu]);
|
echo $this->element('genericElements/header_scaffold', ['menu' => $menu]);
|
||||||
|
|
Loading…
Reference in New Issue