From 8a430e97f7b7df1a0591a961357d600a2acec8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 16 Oct 2023 14:07:33 +0900 Subject: [PATCH] cfmgr init...100 --- app/Controllers/CLI/Cloudflare/API/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/CLI/Cloudflare/API/Auth.php b/app/Controllers/CLI/Cloudflare/API/Auth.php index 181a6af..2e030d4 100644 --- a/app/Controllers/CLI/Cloudflare/API/Auth.php +++ b/app/Controllers/CLI/Cloudflare/API/Auth.php @@ -9,7 +9,7 @@ class Auth extends API final public function execute() { try { - $entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['cli' => 'use'])->findAll(); + $entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['status' => 'use', 'cli' => 'use'])->findAll(); //transatioń²˜ë¦¬ // $this->getAuthModel()->db->transBegin(); foreach ($entitys as $entity) {