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