- Added missing escapeIdentifier() from the Adapter
This commit is contained in:
parent
e945a7a9b2
commit
98c608dfba
|
@ -93,4 +93,9 @@ class Rest implements AdapterInterface
|
||||||
{
|
{
|
||||||
return $this->parameters;
|
return $this->parameters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function escapeIdentifier(string $segment, int $type): string
|
||||||
|
{
|
||||||
|
return $segment;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue