Page MenuHomec4science

PhabricatorAphlictManagementStartWorkflow.php
No OneTemporary

File Metadata

Created
Fri, Nov 29, 20:20

PhabricatorAphlictManagementStartWorkflow.php

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

Event Timeline