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