Page MenuHomec4science

PhabricatorPhurlURLTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Dec 2, 19:39

PhabricatorPhurlURLTransactionComment.php

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

Event Timeline