-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
In the below file, it is stated that the $template variable is available in all BareUI templates for rendering partials and states to call the render method on this variable. Unfortunately, this variable contains a string value, specifically static::class which resolves to "Leaf\BareUI". Perhaps you meant to use the scope resolution operator (::) here instead since render is a static method?
docs/src/docs/frontend/bareui.md
Line 204 in 15cc5da
| <?php echo $template->render('partials/header'); ?> |
docs/src/docs/frontend/bareui.md
Line 209 in 15cc5da
| echo $template->render('partials/footer', [ |
Metadata
Metadata
Assignees
Labels
No labels