Formatting
This commit is contained in:
parent
01e4382d20
commit
17eccfcd8b
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue