mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 06:05:36 +00:00
@ -114,6 +114,7 @@ class UserImporter extends ItemImporter
|
||||
|
||||
$this->log('No matching user, creating one');
|
||||
$user = new User();
|
||||
$user->created_by = auth()->id();
|
||||
$user->fill($this->sanitizeItemForStoring($user));
|
||||
|
||||
if ($user->save()) {
|
||||
|
||||
Reference in New Issue
Block a user