minor fixes
This commit is contained in:
parent
1166086349
commit
dafc3c9f04
1 changed files with 5 additions and 3 deletions
|
|
@ -38,9 +38,11 @@ class UserObserver
|
|||
*/
|
||||
public function updated(User $user)
|
||||
{
|
||||
// if (Ninja::isHosted() && $user->isDirty('phone')) {
|
||||
// VerifyPhone::dispatch($user);
|
||||
// }
|
||||
|
||||
if (Ninja::isHosted() && $user->isDirty('email')) {
|
||||
//ensure they are owner user and update email on file.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue