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