From 81c8f8f50e6429591e48ab85f1bd12d1377f9e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Oct 2022 18:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-actor/Actor.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kiri-actor/Actor.php b/kiri-actor/Actor.php index c782a336..82c6b4ab 100644 --- a/kiri-actor/Actor.php +++ b/kiri-actor/Actor.php @@ -7,6 +7,10 @@ use JsonSerializable; use Swoole\Coroutine; use Swoole\Coroutine\Channel; + +/** + * @Actor + */ abstract class Actor implements ActorInterface, JsonSerializable {