mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-29 11:16:36 +00:00
Formatting
This commit is contained in:
@ -240,7 +240,6 @@ class BulkUsersController extends Controller
|
||||
'expected_checkin' => null,
|
||||
]);
|
||||
|
||||
|
||||
LicenseSeat::whereIn('id', $licenses->pluck('id'))->update(['assigned_to' => null]);
|
||||
ConsumableAssignment::whereIn('id', $consumableUserRows->pluck('id'))->delete();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user