Remove product literal strings in "pht()", part 6
[phabricator.git] / src / applications / phurl / controller / PhabricatorPhurlURLEditController.php
blob2464c0af377e3d7110f5925d365fa7fb8a9abdb6
1 <?php
3 final class PhabricatorPhurlURLEditController
4 extends PhabricatorPhurlController {
6 public function handleRequest(AphrontRequest $request) {
7 return id(new PhabricatorPhurlURLEditEngine())
8 ->setController($this)
9 ->buildResponse();