repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
chatlog
/
conduit
/
ChatLogConduitAPIMethod.php
blob
e524ef60da759c01ee9843b0eee5dc892b104dbe
1
<
?php
2
3
abstract class
ChatLogConduitAPIMethod
extends
ConduitAPIMethod
{
4
5
final public function
getApplication
() {
6
return
PhabricatorApplication
::
getByClass
(
'PhabricatorChatLogApplication'
);
7
}
8
9
}