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 1140874 commit 7656f12Copy full SHA for 7656f12
src/Laravel/Filter/WhereBelongsTo.php
@@ -28,7 +28,7 @@ public function apply(object $query, array|string $value, Context $context): voi
28
29
if (!array_is_list($values = (array) $value)) {
30
throw (new BadRequestException('filter value must be list'))->setSource([
31
- 'parameter' => "filter[$this->name]",
+ 'parameter' => "[$this->name]",
32
]);
33
}
34
0 commit comments