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