改名
This commit is contained in:
@@ -11,7 +11,7 @@ use validator\Validator;
|
||||
* Class RequestValidator
|
||||
* @package Annotation
|
||||
*/
|
||||
#[\Attribute(\Attribute::TARGET_METHOD)] class RequestValidator
|
||||
#[\Attribute(\Attribute::TARGET_METHOD)] class RequestValidator implements IAnnotation
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -24,4 +24,14 @@ use validator\Validator;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param array $handler
|
||||
* @return bool
|
||||
*/
|
||||
public function execute(array $handler): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user