Page MenuHomec4science

PhabricatorPhurlURLTransactionComment.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 02:11

PhabricatorPhurlURLTransactionComment.php

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

Event Timeline