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
Generate file attachment transactions for explicit Remarkup attachments on common...
[phabricator.git]
/
src
/
applications
/
differential
/
storage
/
DifferentialCustomFieldStringIndex.php
blob
6c695329d9e2fe016ab7aad10b338a665ecf8d17
1
<
?php
2
3
final class
DifferentialCustomFieldStringIndex
4
extends
PhabricatorCustomFieldStringIndexStorage
{
5
6
public function
getApplicationName
() {
7
return
'differential'
;
8
}
9
10
}