mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Include show_in_list option in select
This commit is contained in:
parent
0f81e494ee
commit
5a66f0f373
|
@ -142,7 +142,7 @@ class UsersController extends Controller
|
|||
'users.avatar',
|
||||
'users.email',
|
||||
]
|
||||
);
|
||||
)->where('show_in_list', '=', '1');
|
||||
|
||||
$users = Company::scopeCompanyables($users);
|
||||
|
||||
|
|
Loading…
Reference in a new issue