diff --git a/app/Controllers/CLI/Cloudflare/API/Account.php b/app/Controllers/CLI/Cloudflare/API/Account.php index 68475c4..2033618 100644 --- a/app/Controllers/CLI/Cloudflare/API/Account.php +++ b/app/Controllers/CLI/Cloudflare/API/Account.php @@ -26,7 +26,7 @@ class Account extends API //transation처리 // $this->getAccountModel()->db->transBegin(); //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->reload((int)$page_limit); }