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
/
almanac
/
storage
/
AlmanacServiceNameNgrams.php
blob
4ad6a9639d55a173a949edcfe16881db0c459eb7
1
<
?php
2
3
final class
AlmanacServiceNameNgrams
4
extends
PhabricatorSearchNgrams
{
5
6
public function
getNgramKey
() {
7
return
'servicename'
;
8
}
9
10
public function
getColumnName
() {
11
return
'name'
;
12
}
13
14
public function
getApplicationName
() {
15
return
'almanac'
;
16
}
17
18
}