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