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.
2 parents 47ec0e3 + 10152eb commit e3e6403Copy full SHA for e3e6403
src/PaginationViewServiceProvider.php
@@ -11,7 +11,7 @@ public function boot(): void
11
{
12
if ($this->app->runningInConsole()) {
13
// Set the target path
14
- $target = resource_path('views/vendor/pagination');
+ $target = $this->app->resourcePath('views/vendor/pagination');
15
16
// Get views path
17
$directory = __DIR__ . '/../resources/views';
0 commit comments