mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
removed manager_name from user files
This commit is contained in:
parent
c1f8252388
commit
a1429ce86b
|
@ -54,7 +54,6 @@ class UsersController extends Controller
|
||||||
'users.locale',
|
'users.locale',
|
||||||
'users.location_id',
|
'users.location_id',
|
||||||
'users.manager_id',
|
'users.manager_id',
|
||||||
'users.manager_name',
|
|
||||||
'users.notes',
|
'users.notes',
|
||||||
'users.permissions',
|
'users.permissions',
|
||||||
'users.phone',
|
'users.phone',
|
||||||
|
|
|
@ -52,7 +52,6 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
||||||
'locale',
|
'locale',
|
||||||
'location_id',
|
'location_id',
|
||||||
'manager_id',
|
'manager_id',
|
||||||
'manager_name',
|
|
||||||
'password',
|
'password',
|
||||||
'phone',
|
'phone',
|
||||||
'notes',
|
'notes',
|
||||||
|
|
Loading…
Reference in a new issue