servermgrv2 init...
This commit is contained in:
parent
f2694f50e1
commit
4416d8d46e
@ -100,7 +100,7 @@ class GoogleAdapter extends Adapter
|
||||
// ))
|
||||
//조건에 해당하는 사용자가 있는지 검사
|
||||
$snsEntity = $this->getUserSNSModel()->asObject(UserSNSEntity::class)->where(
|
||||
array("site" => $this->getSiteName(), "uid" => $result['id'])
|
||||
array("site" => $this->getSiteName(), "id" => $result['id'])
|
||||
)->first();
|
||||
if (is_null($snsEntity)) {
|
||||
$snsEntity = $this->getUserSNSModel()->create($this->getSiteName(), $result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user