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
/
AlmanacDeviceEditController.php
blob
f8674a8a048b9cb722dc4b58c02343301cdeb105
1
<
?php
2
3
final class
AlmanacDeviceEditController
4
extends
AlmanacDeviceController
{
5
6
public function
handleRequest
(
AphrontRequest
$request
) {
7
return
id
(
new
AlmanacDeviceEditEngine
())
8
->
setController
(
$this
)
9
->
buildResponse
();
10
}
11
12
}