Page MenuHomec4science

ReleephRequestTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Jan 20, 17:17

ReleephRequestTransactionComment.php

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

Event Timeline