diff --git a/resources/views/components/game/claim-info.blade.php b/resources/views/components/game/claim-info.blade.php index 21e635dbcb..d7fedcf579 100644 --- a/resources/views/components/game/claim-info.blade.php +++ b/resources/views/components/game/claim-info.blade.php @@ -73,7 +73,7 @@ $achievement = Achievement::where('GameID', $achievementSetClaim->game->id) ->where('user_id', $achievementSetClaim->user->id) ->orderByDesc('Updated') - ->first(['Updated as updated_at']); + ->first(['Updated']); if ($achievement?->updated_at) { $lastPlayed = $achievement->updated_at;