mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Temporarily disbable notifying users on import
This commit is contained in:
parent
101dfd01f2
commit
63c9fbe10c
|
@ -68,7 +68,9 @@ class UserImporter extends ItemImporter
|
|||
'last_name' => $user->last_name,
|
||||
'password' => $this->tempPassword,
|
||||
];
|
||||
$user->notify(new WelcomeNotification($data));
|
||||
|
||||
// UNCOMMENT this to re-enable sending email notifications on user import
|
||||
// $user->notify(new WelcomeNotification($data));
|
||||
}
|
||||
$user = null;
|
||||
$this->item = null;
|
||||
|
|
Loading…
Reference in a new issue