From 03d16d81570164098169c97535d07d6d3c3cc95f Mon Sep 17 00:00:00 2001 From: xl Date: Thu, 29 Aug 2024 18:06:58 +0800 Subject: [PATCH] eee --- kiri-actor/ActorProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-actor/ActorProcess.php b/kiri-actor/ActorProcess.php index 586b86f1..0395a279 100644 --- a/kiri-actor/ActorProcess.php +++ b/kiri-actor/ActorProcess.php @@ -21,7 +21,7 @@ class ActorProcess extends BaseProcess public function getName(): string { // TODO: Change the autogenerated stub - return '[' . \config('id', 'system-service') . '].Actor Manager'; + return 'Actor Manager'; }