This commit is contained in:
2021-09-06 11:47:47 +08:00
parent 27b628827f
commit 0d910ea6a5
+2 -1
View File
@@ -4,6 +4,7 @@ namespace Http\Route;
use Annotation\Aspect; use Annotation\Aspect;
use Closure; use Closure;
use Exception;
use Http\IInterface\MiddlewareInterface; use Http\IInterface\MiddlewareInterface;
use Kiri\Di\NoteManager; use Kiri\Di\NoteManager;
use Kiri\IAspect; use Kiri\IAspect;
@@ -127,7 +128,7 @@ class Pipeline
/** /**
* @return mixed * @return mixed
* @throws \Exception * @throws Exception
*/ */
public function interpreter(): mixed public function interpreter(): mixed
{ {