Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 66f3fd2

Browse files
authored
Merge pull request #27 from mouyong/master
Update workerman.php
2 parents d20c3ef + 6d35bb2 commit 66f3fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/workerman.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@
117117
// 'transport' => 'tcp', // Transport layer protocol. default tcp
118118
// 'protocol' => null, // Application layer protocol.
119119

120-
// process business by handle, worker_bind life cycle: https://github.com/mouyong/laravel-octane-workerman/blob/master/src/helpers.php#L243-L252
120+
// process business by handler, worker_bind life cycle: https://github.com/mouyong/laravel-octane-workerman/blob/master/src/helpers.php#L243-L252
121121
'handler' => App\Events::class,
122122
],
123+
123124
'monitor' => [
124125
'enable' => env('APP_ENV') === 'local' && env('APP_DEBUG') === true,
125126
'handler' => JieAnthony\LaravelOctaneWorkerman\Process\Monitor::class,

0 commit comments

Comments
 (0)