id === $comment->user_id; } public function destroy(User $user, Comment $comment): bool { return $user->id === $comment->user_id; } }