"datetime", ]; public function syncGoogleData(SocialUser $user): void { $this->name = $user->getName(); $this->avatar = $user->getAvatar(); $this->google_id = $user->getId(); $this->save(); } }