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