改名
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Annotation;
|
||||
|
||||
|
||||
/**
|
||||
* Class RequestValidator
|
||||
* @package Annotation
|
||||
*/
|
||||
#[\Attribute(\Attribute::TARGET_METHOD)] class RequestValidator
|
||||
{
|
||||
|
||||
/**
|
||||
* RequestValidator constructor.
|
||||
* @param array $validators
|
||||
*/
|
||||
public function __construct(public array $validators)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user