From f595f1146e5ca1917d34d390136ff2051c96d29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 22 Jun 2022 16:50:37 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Error/ErrorHandler.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kiri-engine/Error/ErrorHandler.php b/kiri-engine/Error/ErrorHandler.php index 911b263c..037446d5 100644 --- a/kiri-engine/Error/ErrorHandler.php +++ b/kiri-engine/Error/ErrorHandler.php @@ -34,6 +34,10 @@ class ErrorHandler extends Component implements ErrorInterface /** @var ?IFormatter $message */ private ?IFormatter $message = NULL; + + /** + * @var string + */ public string $category = 'app';