1<?php 2 3final class PhabricatorCalendarEventTransactionComment 4 extends PhabricatorApplicationTransactionComment { 5 6 public function getApplicationTransactionObject() { 7 return new PhabricatorCalendarEventTransaction(); 8 } 9 10} 11 12