fix search query

Signed-off-by: envoyr <hello@envoyr.com>
This commit is contained in:
2024-12-08 13:30:02 +01:00
parent d37c0ad55b
commit 66778ea7c4

View File

@@ -26,7 +26,7 @@ class Domains
{
return $this->customer->server->request('Domains.listing', [
'sql_search' => [
'customerid' => [
'c.customerid' => [
'op' => '=',
'value' => $this->customer->id,
]