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 all "FileHasObject" edge reads and writes
[phabricator.git]
/
src
/
applications
/
badges
/
controller
/
PhabricatorBadgesController.php
blob
ecfee0290081583d18dcf57441a426e3309b03e0
1
<
?php
2
3
abstract class
PhabricatorBadgesController
extends
PhabricatorController
{
4
5
public function
buildApplicationMenu
() {
6
return
$this
->
newApplicationMenu
()
7
->
setSearchEngine
(
new
PhabricatorBadgesSearchEngine
());
8
}
9
10
}