Skip to content

Commit e3e6403

Browse files
committed
Merge branch 'update'
2 parents 47ec0e3 + 10152eb commit e3e6403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PaginationViewServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function boot(): void
1111
{
1212
if ($this->app->runningInConsole()) {
1313
// Set the target path
14-
$target = resource_path('views/vendor/pagination');
14+
$target = $this->app->resourcePath('views/vendor/pagination');
1515

1616
// Get views path
1717
$directory = __DIR__ . '/../resources/views';

0 commit comments

Comments
 (0)