Skip to content

Commit 88841fa

Browse files
authored
Update server.php
1 parent f0065d1 commit 88841fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/autoload/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
'callbacks' => [
4242
SwooleEvent::ON_WORKER_START => [Hyperf\Framework\Bootstrap\WorkerStartCallback::class, 'onWorkerStart'],
4343
SwooleEvent::ON_PIPE_MESSAGE => [Hyperf\Framework\Bootstrap\PipeMessageCallback::class, 'onPipeMessage'],
44-
SwooleEvent::ON_WORKER_EXIT => [Hyperf\Framework\Bootstrap\WorkerStopCallback::class, 'onWorkerExit'],
44+
SwooleEvent::ON_WORKER_EXIT => [Hyperf\Framework\Bootstrap\WorkerExitCallback::class, 'onWorkerExit'],
4545
],
4646
];

0 commit comments

Comments
 (0)