Add todo comments

This commit is contained in:
Marcus Moore 2024-08-05 16:10:08 -07:00
parent b06501dd02
commit 67b3ab820f
No known key found for this signature in database

View file

@ -247,7 +247,9 @@ 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') {
$user->delete();