Skip to content

Commit

Permalink
Fix publish path (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenbuis authored Oct 8, 2021
1 parent f284592 commit 87b8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmastyLabelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function boot()
$this->loadViewsFrom(__DIR__.'/../resources/views', 'amastylabel');

$this->publishes([
__DIR__.'/../resources/views' => resource_path('views/vendor/rapidez/amasty-label'),
__DIR__.'/../resources/views' => resource_path('views/vendor/amastylabel'),
], 'views');

Eventy::addFilter('product.scopes', fn ($scopes) => array_merge($scopes ?: [], [WithProductAmastyLabelScope::class]));
Expand Down

0 comments on commit 87b8cef

Please sign in to comment.