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
/
almanac
/
controller
/
AlmanacNamespaceEditController.php
blob
0bb6ec2620219b96674a9e6e960d63f434cd7cb4
1
<
?php
2
3
final class
AlmanacNamespaceEditController
extends
AlmanacNamespaceController
{
4
5
public function
handleRequest
(
AphrontRequest
$request
) {
6
return
id
(
new
AlmanacNamespaceEditEngine
())
7
->
setController
(
$this
)
8
->
buildResponse
();
9
}
10
11
}