File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/Http/Controllers/Users Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ private function logAccessoriesCheckin(Collection $accessoryUserRows): void
360360 $ logAction ->item_type = Accessory::class;
361361 $ logAction ->target_id = $ accessoryUserRow ->assigned_to ;
362362 $ logAction ->target_type = User::class;
363- $ logAction ->created_at = auth ()->id ();
363+ $ logAction ->created_by = auth ()->id ();
364364 $ logAction ->note = 'Bulk checkin items ' ;
365365 $ logAction ->logaction ('checkin from ' );
366366 }
@@ -374,7 +374,7 @@ private function logConsumablesCheckin(Collection $consumableUserRows): void
374374 $ logAction ->item_type = Consumable::class;
375375 $ logAction ->target_id = $ consumableUserRow ->assigned_to ;
376376 $ logAction ->target_type = User::class;
377- $ logAction ->created_at = auth ()->id ();
377+ $ logAction ->created_by = auth ()->id ();
378378 $ logAction ->note = 'Bulk checkin items ' ;
379379 $ logAction ->logaction ('checkin from ' );
380380 }
You can’t perform that action at this time.
0 commit comments