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