Skip to content

Commit dc6fb68

Browse files
authored
Use the resource path helper
1 parent 0d1ecf8 commit dc6fb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/BreadcrumbsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function boot(): void
3939
], 'config');
4040

4141
$this->publishes([
42-
__DIR__ . '/../../resources/views' => $this->app->basePath('resources/views/vendor/breadcrumbs'),
42+
__DIR__ . '/../../resources/views' => $this->app->resourcePath('views/vendor/breadcrumbs'),
4343
], 'views');
4444

4545
$this->loadViewsFrom(__DIR__ . '/../../resources/views/', 'breadcrumbs');

0 commit comments

Comments
 (0)