Page MenuHomec4science

PhabricatorAphlictManagementStartWorkflow.php
No OneTemporary

File Metadata

Created
Wed, Dec 25, 21:58

PhabricatorAphlictManagementStartWorkflow.php

<?php
final class PhabricatorAphlictManagementStartWorkflow
extends PhabricatorAphlictManagementWorkflow {
public function didConstruct() {
parent::didConstruct();
$this
->setName('start')
->setSynopsis(pht('Start the notifications server.'));
}
public function execute(PhutilArgumentParser $args) {
parent::execute($args);
return $this->executeStartCommand();
}
}

Event Timeline