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 Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
almanac
/
controller
/
AlmanacNetworkEditController.php
blob
a67fcbc5a1bde846a9a2358ef64582e0a80c9358
1
<
?php
2
3
final class
AlmanacNetworkEditController
extends
AlmanacNetworkController
{
4
5
public function
handleRequest
(
AphrontRequest
$request
) {
6
return
id
(
new
AlmanacNetworkEditEngine
())
7
->
setController
(
$this
)
8
->
buildResponse
();
9
}
10
11
}