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