This commit is contained in:
2021-07-27 17:27:56 +08:00
parent 6bb24e5b42
commit 74532d2509
3 changed files with 30 additions and 40 deletions
+1 -7
View File
@@ -8,16 +8,10 @@ interface IAspect
{
/**
* IAspect constructor.
* @param array $handler
*/
public function __construct(array $handler);
/**
* @return mixed|void
*/
public function invoke();
public function invoke(mixed $handler);
}