1<?php 2 3abstract class ChatLogConduitAPIMethod extends ConduitAPIMethod { 4 5 final public function getApplication() { 6 return PhabricatorApplication::getByClass('PhabricatorChatLogApplication'); 7 } 8 9} 10 11