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