Skip to content

Commit d09dde2

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent 4fe4867 commit d09dde2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ public static function attachView($className, $name = null)
6666
app()->vite();
6767
app()->config([
6868
'views.path' => 'views',
69-
'views.cache' => 'cache'
69+
'views.cache' => 'cache',
7070
]);
7171

7272
if ($className === 'Leaf\Blade') {
7373
$class->configure([
7474
'views' => 'views',
75-
'cache' => 'cache'
75+
'cache' => 'cache',
7676
]);
77-
} else if ($className === 'Leaf\BareUI') {
77+
} elseif ($className === 'Leaf\BareUI') {
7878
$class->config('path', './views');
7979
}
8080
}

0 commit comments

Comments
 (0)