From 97c83823a4140a7838ab867ef7be5399e6350506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 17 Mar 2022 10:53:58 +0800 Subject: [PATCH] modify plugin name --- GiiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GiiController.php b/GiiController.php index 8016617..e3cba34 100644 --- a/GiiController.php +++ b/GiiController.php @@ -73,7 +73,7 @@ use Kiri\Annotation\Route\Route; use Kiri\Annotation\Route\RequestMethod; use Kiri\Core\Str; use Kiri\Core\Json; -use Kiri\Message\Controller; +use Kiri\Message\Handler\Controller; use JetBrains\PhpStorm\ArrayShape; use {$model_namespace}\\{$managerName}; ";