Remove code handled by ConsumableAssignment:: call above

This commit is contained in:
Marcus Moore 2024-08-05 16:57:40 -07:00
parent 35e7a3163c
commit 392d34422a
No known key found for this signature in database

View file

@ -246,9 +246,6 @@ class BulkUsersController extends Controller
foreach ($users as $user) {
// @todo: This can be deleted since we have ConsumableAssignment above right?
$user->consumables()->sync([]);
// @todo: Can this be removed if we introduce AccessoryAssignment?
$user->accessories()->sync([]);
if ($request->input('delete_user')=='1') {