Include show_in_list option in select
This commit is contained in:
parent
0f81e494ee
commit
5a66f0f373
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class UsersController extends Controller
|
||||||
'users.avatar',
|
'users.avatar',
|
||||||
'users.email',
|
'users.email',
|
||||||
]
|
]
|
||||||
);
|
)->where('show_in_list', '=', '1');
|
||||||
|
|
||||||
$users = Company::scopeCompanyables($users);
|
$users = Company::scopeCompanyables($users);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue