From 18ef88bd6790b012ce8509915eafcffd2773dd77 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 3 Apr 2025 13:13:52 -0700 Subject: [PATCH] Improve comment --- .../Commands/FixBulkAccessoryCheckinActionLogEntries.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php b/app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php index 47a2586080..096f8f9e64 100644 --- a/app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php +++ b/app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php @@ -118,6 +118,9 @@ class FixBulkAccessoryCheckinActionLogEntries extends Command } /** + * Hopefully the bulk checkin included other items like assets or licenses + * so we can use one of those logs to get the correct created_by value. + * * This method attempts to find a bulk check in log that was * created at the same time as the log passed in. */