Skip to content

Commit 5d46f26

Browse files
committed
Update PaginationViewServiceProvider.php
1 parent e3e6403 commit 5d46f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PaginationViewServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public function boot(): void
4141
$this->publishes($publishPaths, 'pagination-view-all');
4242

4343
// Publish individual views under specific tags
44-
foreach ($views as $key => $path) {
44+
foreach ($views as $vendor => $path) {
4545
$this->publishes(
4646
[$path => $target],
47-
"pagination-view-$key"
47+
"pagination-view-$vendor"
4848
);
4949
}
5050
}

0 commit comments

Comments
 (0)