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