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 a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
countdown
/
controller
/
PhabricatorCountdownController.php
blob
c6afe744b5081ea0374f2d088282d6339ef2b51c
1
<
?php
2
3
abstract class
PhabricatorCountdownController
extends
PhabricatorController
{
4
5
public function
buildApplicationMenu
() {
6
return
$this
->
newApplicationMenu
()
7
->
setSearchEngine
(
new
PhabricatorCountdownSearchEngine
());
8
}
9
}