This commit is contained in:
as2252258@163.com
2021-03-29 03:40:04 +08:00
parent 9ba40e5fd7
commit ea82576265
+1 -1
View File
@@ -12,7 +12,7 @@ interface IAspect
* IAspect constructor.
* @param array $handler
*/
public function __construct(array $handler, bool $needRetruen);
public function __construct(array $handler);
/**