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