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
/
PhabricatorUserCustomFieldStringIndex.php
blob
25e4d64de6e158407d4f3c0b5f2577542e7dd1f7
1
<
?php
2
3
final class
PhabricatorUserCustomFieldStringIndex
4
extends
PhabricatorCustomFieldStringIndexStorage
{
5
6
public function
getApplicationName
() {
7
return
'user'
;
8
}
9
10
}