Skip to content

Commit

Permalink
Fixed namespace for publishing (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Sep 7, 2021
1 parent 408c964 commit 55574e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmastyAutomaticRelatedProductsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function registerViews(): self
$this->loadViewsFrom(__DIR__.'/../resources/views', 'amastyrelatedproducts');

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

return $this;
Expand Down

0 comments on commit 55574e5

Please sign in to comment.