From b72373d32396ce1b834d7dde035f1ef9f5b275f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Sat, 12 Oct 2024 00:07:57 +0900 Subject: [PATCH] cfmgrv4 init...2 --- app/Controllers/CLI/Cloudflare.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/CLI/Cloudflare.php b/app/Controllers/CLI/Cloudflare.php index 3bc9706..e4a5fc0 100644 --- a/app/Controllers/CLI/Cloudflare.php +++ b/app/Controllers/CLI/Cloudflare.php @@ -20,7 +20,7 @@ class Cloudflare extends BaseController public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger) { parent::initController($request, $response, $logger); - $this->_db = \Config\Database::connect(); + // $this->_db = \Config\Database::connect(); } private function auth_process(mixed $uid = false): array {