Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / almanac / controller / AlmanacNetworkEditController.php
bloba67fcbc5a1bde846a9a2358ef64582e0a80c9358
1 <?php
3 final class AlmanacNetworkEditController extends AlmanacNetworkController {
5 public function handleRequest(AphrontRequest $request) {
6 return id(new AlmanacNetworkEditEngine())
7 ->setController($this)
8 ->buildResponse();