mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f54a94bd4c
commit
460693c153
|
@ -273,6 +273,7 @@ class UsersController extends Controller
|
||||||
$users = $users->withTrashed();
|
$users = $users->withTrashed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Apply companyable scope
|
||||||
$users = Company::scopeCompanyables($users);
|
$users = Company::scopeCompanyables($users);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue