Skip to content

Commit b61325c

Browse files
committed
fix: update master view path to new component structure
1 parent e56a298 commit b61325c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'routes/web' => 'routes/web.php',
3131
'routes/api' => 'routes/api.php',
3232
'views/index' => 'resources/views/index.blade.php',
33-
'views/master' => 'resources/views/layouts/master.blade.php',
33+
'views/master' => 'resources/views/components/layouts/master.blade.php',
3434
'scaffold/config' => 'config/config.php',
3535
'composer' => 'composer.json',
3636
'assets/js/app' => 'resources/assets/js/app.js',

0 commit comments

Comments
 (0)