Skip to content

Commit

Permalink
refactor(server): Use SWOOLE_BASE
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante authored Mar 26, 2024
1 parent 7059283 commit efcb283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/autoload/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Swoole\Constant;

return [
'mode' => SWOOLE_PROCESS,
'mode' => SWOOLE_BASE,
'servers' => [
[
'name' => 'http',
Expand Down

0 comments on commit efcb283

Please sign in to comment.