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