Page MenuHomec4science

PhabricatorPhurlURLTransactionComment.php
No OneTemporary

File Metadata

Created
Sat, Jun 7, 22:38

PhabricatorPhurlURLTransactionComment.php

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

Event Timeline