Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / macro / storage / PhabricatorMacroTransactionComment.php
blob1963a554a03214bac2fc5806fc96be59c6c2a0ff
1 <?php
3 final class PhabricatorMacroTransactionComment
4 extends PhabricatorApplicationTransactionComment {
6 public function getApplicationTransactionObject() {
7 return new PhabricatorMacroTransaction();