where('comment_id = :comment_id:', ['comment_id' => $commentId]) ->amdWhere('user_id = :user_id:', ['user_id' => $userId]) ->execute()->getFirst(); return $result; } }