Skip to content

Commit

Permalink
AppInstance->onReady() must be public
Browse files Browse the repository at this point in the history
  • Loading branch information
kakserpom committed Jul 2, 2013
1 parent 3e709ff commit b2f2287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPDaemon/Core/AppInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function init() {
* Called when the worker is ready to go
* @return void
*/
protected function onReady() {
public function onReady() {
}

/**
Expand Down

0 comments on commit b2f2287

Please sign in to comment.