mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-01 05:17:45 +00:00
unstash
This commit is contained in:
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user