Page MenuHomec4science

PhabricatorSlowvoteTransactionComment.php
No OneTemporary

File Metadata

Created
Wed, Jun 4, 06:28

PhabricatorSlowvoteTransactionComment.php

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

Event Timeline