From f74364a1e9b657ebe1c11b2962d3b970116d5beb 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:06:38 +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 841b3d7..181a6af 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(['status' => 'use'])->findAll(); + $entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['cli' => 'use'])->findAll(); //transatioń²˜ë¦¬ // $this->getAuthModel()->db->transBegin(); foreach ($entitys as $entity) {