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