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
/
phurl
/
storage
/
PhabricatorPhurlDAO.php
blob
15aa0c5326d401baf7887023288b15269d690ad7
1
<
?php
2
3
abstract class
PhabricatorPhurlDAO
extends
PhabricatorLiskDAO
{
4
5
public function
getApplicationName
() {
6
return
'phurl'
;
7
}
8
9
}