mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Fixed dumb code indenting
This commit is contained in:
parent
f6c0e7cc9c
commit
fb502df089
|
@ -100,7 +100,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
|||
'userloc' => ['name'],
|
||||
'department' => ['name'],
|
||||
'groups' => ['name'],
|
||||
'company' => ['name'],
|
||||
'company' => ['name'],
|
||||
'manager' => ['first_name', 'last_name', 'username']
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue