Skip to content

Commit

Permalink
Update StatisticWorker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Jan 21, 2016
1 parent e31d276 commit 52c02f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/Statistics/Bootstrap/StatisticWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function __construct($socket_name)
parent::__construct($socket_name);
$this->onWorkerStart = array($this, 'onStart');
$this->onMessage = array($this, 'onMessage');
$this->onWorkerStop = array($this, 'onStop');
}

/**
Expand Down

0 comments on commit 52c02f3

Please sign in to comment.