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