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 Closure;
use Exception;
use Http\IInterface\MiddlewareInterface;
use Kiri\Di\NoteManager;
use Kiri\IAspect;
@@ -127,7 +128,7 @@ class Pipeline
/**
* @return mixed
* @throws \Exception
* @throws Exception
*/
public function interpreter(): mixed
{