From e72fda1d2e1ae4c0005410c363ff285751926c65 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Mon, 7 Jul 2025 16:11:01 +0900 Subject: [PATCH] dbms_init...1 --- app/Controllers/Auth/GoogleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Auth/GoogleController.php b/app/Controllers/Auth/GoogleController.php index 8d48fc1..96b2496 100644 --- a/app/Controllers/Auth/GoogleController.php +++ b/app/Controllers/Auth/GoogleController.php @@ -29,7 +29,7 @@ class GoogleController extends AuthController final public function getService(): GoogleService { if (!$this->_service) { - $this->_service = new GoogleService($this->getSocket(), $this->request); + $this->_service = new GoogleService($this->getSocket()); } return $this->_service; }