From 090f51f624a1559df314b70c8735647f2a9d5e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Oct 2022 17:55:03 +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, 3 insertions(+), 1 deletion(-) diff --git a/kiri-actor/Actor.php b/kiri-actor/Actor.php index fbe9af92..c782a336 100644 --- a/kiri-actor/Actor.php +++ b/kiri-actor/Actor.php @@ -168,7 +168,9 @@ abstract class Actor implements ActorInterface, JsonSerializable /** * @return void */ - abstract public function onUpdate(): void; + public function onUpdate(): void + { + } /**