Page MenuHomec4science

PhabricatorPhurlURLTransactionComment.php
No OneTemporary

File Metadata

Created
Sun, Jul 28, 06:35

PhabricatorPhurlURLTransactionComment.php

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

Event Timeline