2013-09-23 14:24:58 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
final class ManiphestTransactionComment
|
|
|
|
extends PhabricatorApplicationTransactionComment {
|
|
|
|
|
|
|
|
public function getApplicationTransactionObject() {
|
2013-09-24 10:49:06 -07:00
|
|
|
return new ManiphestTransaction();
|
2013-09-23 14:24:58 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|