- Updates CONST values

This commit is contained in:
Vlad
2016-05-02 12:27:00 -04:00
parent 52790d7bd6
commit a4477a9bd6
3 changed files with 13 additions and 13 deletions

View File

@ -13,7 +13,7 @@ class CronHelper {
static function createDaemon($token) {
$daemon = array(
'status' => Daemon::DAEMON_STATUS_STARTING,
'status' => Daemon::STATUS_STARTING,
'counter' => 0,
'token' => $token
);