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