Page MenuHomec4science

PhabricatorCalendarEventTransactionComment.php
No OneTemporary

File Metadata

Created
Thu, Jul 3, 16:47

PhabricatorCalendarEventTransactionComment.php

<?php
final class PhabricatorCalendarEventTransactionComment
extends PhabricatorApplicationTransactionComment {
public function getApplicationTransactionObject() {
return new PhabricatorCalendarEventTransaction();
}
}

Event Timeline