added db backup
This commit is contained in:
parent
2a96d24de7
commit
886f9f8a65
@ -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,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
181211
database/reportifynew-bck160625.sql
Normal file
181211
database/reportifynew-bck160625.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user