change CLITools...1
This commit is contained in:
parent
499d39f39b
commit
31149c0239
@ -26,7 +26,7 @@ class Account extends API
|
|||||||
//transation처리
|
//transation처리
|
||||||
// $this->getAccountModel()->db->transBegin();
|
// $this->getAccountModel()->db->transBegin();
|
||||||
//Zone 처리
|
//Zone 처리
|
||||||
foreach ($this->getAccounts($auth_uid) as $entity) {
|
foreach ($this->getAccounts((int)$auth_uid) as $entity) {
|
||||||
$api = new \App\Libraries\Cloudflare\API\Zone($entity, true);
|
$api = new \App\Libraries\Cloudflare\API\Zone($entity, true);
|
||||||
$api->reload((int)$page_limit);
|
$api->reload((int)$page_limit);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user