Skip to content

Commit b2f2287

Browse files
committed
AppInstance->onReady() must be public
1 parent 3e709ff commit b2f2287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPDaemon/Core/AppInstance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function init() {
137137
* Called when the worker is ready to go
138138
* @return void
139139
*/
140-
protected function onReady() {
140+
public function onReady() {
141141
}
142142

143143
/**

0 commit comments

Comments
 (0)