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