mirror of
https://github.com/envoyr/php-froxlor-client.git
synced 2026-04-28 04:06:19 +00:00
@@ -26,7 +26,7 @@ class Domains
|
|||||||
{
|
{
|
||||||
return $this->customer->server->request('Domains.listing', [
|
return $this->customer->server->request('Domains.listing', [
|
||||||
'sql_search' => [
|
'sql_search' => [
|
||||||
'customerid' => [
|
'c.customerid' => [
|
||||||
'op' => '=',
|
'op' => '=',
|
||||||
'value' => $this->customer->id,
|
'value' => $this->customer->id,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user