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 {