added db backup
This commit is contained in:
@@ -44,7 +44,8 @@ class SocialManager
|
||||
'status' => UserStatus::ACTIVE,
|
||||
'avatar' => $this->getAvatarForProvider($provider, $socialUser),
|
||||
'role_id' => $role->id,
|
||||
'email_verified_at' => now()
|
||||
'email_verified_at' => now(),
|
||||
'idcompany' => 1,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user