Skip to content

Commit 556f170

Browse files
committed
remove unused parameters
1 parent ceda01a commit 556f170

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Model/DefaultSearch/Query/NestedFilter.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ public function getPath(): string
3737
return $this->path;
3838
}
3939

40-
public function getField(): string
41-
{
42-
return $this->field;
43-
}
44-
45-
public function getValue(): string
46-
{
47-
return $this->value;
48-
}
49-
5040
public function toArrayAsSubQuery(): array
5141
{
5242
return [

0 commit comments

Comments
 (0)