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