Skip to content

Commit

Permalink
add string cast
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 3, 2024
1 parent 6d688ca commit 21aa560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Action/Meta/GetRoutes.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function handle(RequestInterface $request, ParametersInterface $configura
}

return $this->table->getRoutes(
$this->filterFactory->getFilter($filterName),
$this->filterFactory->getFilter((string) $filterName),
$context
);
}
Expand Down

0 comments on commit 21aa560

Please sign in to comment.