Skip to content

Commit cfe46e2

Browse files
author
LAPTOP-48KIJ867\Langri
committed
no message
1 parent e7402a1 commit cfe46e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HelpersServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function boot()
2727
// publish view files for the UN Starter Kit
2828
__DIR__.'/unstarter_views/auth' => base_path('resources/views/auth'),
2929

30-
__DIR__.'/unstarter_views/layouts' => base_path('resources/views/layouts'),
30+
// __DIR__.'/unstarter_views/layouts' => base_path('resources/views/layouts'),
3131
__DIR__.'/unstarter_views/layouts' => base_path('resources/views/unstarter/layouts'),
3232
], 'viewslayouts');
3333

0 commit comments

Comments
 (0)