Skip to content

Commit 83b1406

Browse files
authored
Merge pull request #2055 from nWidart/config-needs-path-adjustment-for-layout-change
fix: update master view path to new component structure
2 parents 945960c + b61325c commit 83b1406

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)