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 cd4e0a3 commit c4a5647Copy full SHA for c4a5647
src/functions.php
@@ -77,6 +77,7 @@ function apply_filters(
77
ResourceInterface&Listable $resource,
78
Context $context,
79
): void {
80
+ $context = $context->withResource($resource);
81
$availableFilters = $resource->filters();
82
83
foreach ($filters as $name => $value) {
0 commit comments