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