Skip to content

Commit

Permalink
fix: patch up leaf view issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Dec 1, 2024
1 parent 249c81b commit eccdf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

if (class_exists('\Leaf\Config')) {
\Leaf\Config::addScript(function () {
\Leaf\App::attachView(\Leaf\BareUI::class, 'template');
\Leaf\Config::attachView(\Leaf\BareUI::class, 'template');
});
}

0 comments on commit eccdf95

Please sign in to comment.