We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e6403 commit 5d46f26Copy full SHA for 5d46f26
src/PaginationViewServiceProvider.php
@@ -41,10 +41,10 @@ public function boot(): void
41
$this->publishes($publishPaths, 'pagination-view-all');
42
43
// Publish individual views under specific tags
44
- foreach ($views as $key => $path) {
+ foreach ($views as $vendor => $path) {
45
$this->publishes(
46
[$path => $target],
47
- "pagination-view-$key"
+ "pagination-view-$vendor"
48
);
49
}
50
0 commit comments