Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Nov 24, 2023
1 parent d86c989 commit eed9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public function toIndex(Request $request): array
})
->all(),
'activeFilters' => $this->resolveFilters($request)->active($request)->count(),
'url' => trim(sprintf('%s?%s', $this->getUri(), $request->getQueryString()), '?'),
'url' => $this->getUri(),
]);
}

Expand Down

0 comments on commit eed9eaf

Please sign in to comment.