cfmgrv4 init...2

This commit is contained in:
최준흠 2024-10-12 00:07:57 +09:00
parent a7ff8e6ebd
commit b72373d323

View File

@ -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
{