We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe4867 commit d09dde2Copy full SHA for d09dde2
src/Config.php
@@ -66,15 +66,15 @@ public static function attachView($className, $name = null)
66
app()->vite();
67
app()->config([
68
'views.path' => 'views',
69
- 'views.cache' => 'cache'
+ 'views.cache' => 'cache',
70
]);
71
72
if ($className === 'Leaf\Blade') {
73
$class->configure([
74
'views' => 'views',
75
- 'cache' => 'cache'
+ 'cache' => 'cache',
76
77
- } else if ($className === 'Leaf\BareUI') {
+ } elseif ($className === 'Leaf\BareUI') {
78
$class->config('path', './views');
79
}
80
0 commit comments