Skip to content

Commit 380354b

Browse files
committed
feat: update view config
1 parent 3d6a3c0 commit 380354b

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

config/paths.php

Lines changed: 0 additions & 62 deletions
This file was deleted.

config/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
|
2222
*/
2323
'config' => function ($config) {
24-
\Leaf\Config::get('views.blade')->configure($config['views'], $config['cache']);
24+
app()->blade()->configure($config['views'], $config['cache']);
2525
},
2626

2727
/*

0 commit comments

Comments
 (0)