change CLITools...1

This commit is contained in:
최준흠 2024-05-15 10:21:13 +09:00
parent 499d39f39b
commit 31149c0239

View File

@ -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);
}