mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-08 21:08:29 +01:00
11 lines
231 B
PHP
11 lines
231 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorCalendarEventTransactionComment
|
||
|
extends PhabricatorApplicationTransactionComment {
|
||
|
|
||
|
public function getApplicationTransactionObject() {
|
||
|
return new PhabricatorCalendarEventTransaction();
|
||
|
}
|
||
|
|
||
|
}
|