From ea82576265a107effa89b4746d6ef487edc64bdb Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 29 Mar 2021 03:40:04 +0800 Subject: [PATCH] modify --- System/IAspect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/IAspect.php b/System/IAspect.php index b8a8b692..850fc877 100644 --- a/System/IAspect.php +++ b/System/IAspect.php @@ -12,7 +12,7 @@ interface IAspect * IAspect constructor. * @param array $handler */ - public function __construct(array $handler, bool $needRetruen); + public function __construct(array $handler); /**