3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-29 11:16:36 +00:00

Formatting

This commit is contained in:
Marcus Moore
2024-08-05 16:58:27 -07:00
parent 01e4382d20
commit 17eccfcd8b

View File

@ -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();