Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / phurl / conduit / PhabricatorPhurlURLEditConduitAPIMethod.php
blob2f78c8748990a6feb3baff24ef8a01ab4f196d11
1 <?php
3 final class PhabricatorPhurlURLEditConduitAPIMethod
4 extends PhabricatorEditEngineAPIMethod {
6 public function getAPIMethodName() {
7 return 'phurls.edit';
10 public function newEditEngine() {
11 return new PhabricatorPhurlURLEditEngine();
14 public function getMethodSummary() {
15 return pht(
16 'Apply transactions to create a new Phurl URL or edit an existing one.');