dbms_init...1
This commit is contained in:
parent
f246403a6a
commit
e72fda1d2e
@ -29,7 +29,7 @@ class GoogleController extends AuthController
|
|||||||
final public function getService(): GoogleService
|
final public function getService(): GoogleService
|
||||||
{
|
{
|
||||||
if (!$this->_service) {
|
if (!$this->_service) {
|
||||||
$this->_service = new GoogleService($this->getSocket(), $this->request);
|
$this->_service = new GoogleService($this->getSocket());
|
||||||
}
|
}
|
||||||
return $this->_service;
|
return $this->_service;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user