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); /**