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