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
/
nuance
/
controller
/
NuanceQueueController.php
blob
5736c9a234c1df4ee7135fca499bd5a6058c1407
1
<
?php
2
3
abstract class
NuanceQueueController
4
extends
NuanceController
{
5
6
public function
buildApplicationMenu
() {
7
return
$this
->
newApplicationMenu
()
8
->
setSearchEngine
(
new
NuanceQueueSearchEngine
());
9
}
10
11
}