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'; }