dbms_init...1

This commit is contained in:
choi.jh 2025-07-07 16:11:01 +09:00
parent f246403a6a
commit e72fda1d2e

View File

@ -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;
}