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
Remove product literal strings in "pht()", part 18
[phabricator.git]
/
src
/
applications
/
differential
/
storage
/
DifferentialDAO.php
blob
56eed76ebf854cc448be97ca2ba789c88491e0ca
1
<
?php
2
3
abstract class
DifferentialDAO
extends
PhabricatorLiskDAO
{
4
5
public function
getApplicationName
() {
6
return
'differential'
;
7
}
8
9
}