diff --git a/src/Events/Swow.php b/src/Events/Swow.php index 53f2b1d1..3af77050 100644 --- a/src/Events/Swow.php +++ b/src/Events/Swow.php @@ -4,7 +4,7 @@ namespace Workerman\Events; -use Workerman\Coroutine\Swow as Coroutine; +use Workerman\Coroutine\Coroutine\Swow as Coroutine; use Swow\Signal; use Swow\SignalException; use function Swow\Sync\waitAll;