mirror of
https://github.com/envoyr/php-froxlor-client.git
synced 2026-04-30 21:24:03 +00:00
Compare commits
1 Commits
3.0.0-alph
...
3.0.0-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
66778ea7c4
|
@@ -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