mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
unstash
This commit is contained in:
parent
9397372f87
commit
5ffade663a
|
@ -584,7 +584,7 @@ class UsersController extends Controller
|
|||
$user_groups .= $user_group->name.', ';
|
||||
}
|
||||
|
||||
$userperm = User::where('permissions','LIKE','%admin%')->pluck('permissions');
|
||||
$userperm = User::where('permissions','LIKE','%1%')->pluck('id');
|
||||
|
||||
// Add a new row with data
|
||||
$values = [
|
||||
|
|
Loading…
Reference in a new issue