From 0d93c2570a7d3ac3192b9806acb6e20babab0077 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Wed, 13 Aug 2025 14:50:01 +0800 Subject: [PATCH] add --- config/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/process.php b/config/process.php index 892dc82..27fdfcb 100644 --- a/config/process.php +++ b/config/process.php @@ -26,7 +26,7 @@ return [ 'user' => '', 'group' => '', 'reusePort' => false, - 'eventLoop' => '', + 'eventLoop' => \Workerman\Events\Swoole::class, 'context' => [], 'constructor' => [ 'requestClass' => Request::class,