Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / chatlog / conduit / ChatLogConduitAPIMethod.php
blobe524ef60da759c01ee9843b0eee5dc892b104dbe
1 <?php
3 abstract class ChatLogConduitAPIMethod extends ConduitAPIMethod {
5 final public function getApplication() {
6 return PhabricatorApplication::getByClass('PhabricatorChatLogApplication');