This commit is contained in:
2020-12-16 15:20:51 +08:00
parent 991c3f9145
commit c2b3f02bfc
7 changed files with 158 additions and 34 deletions
+4
View File
@@ -4,6 +4,9 @@
namespace Annotation;
use Exception;
use validator\Validator;
/**
* Class RequestValidator
* @package Annotation
@@ -14,6 +17,7 @@ namespace Annotation;
/**
* RequestValidator constructor.
* @param array $validators
* @throws Exception
*/
public function __construct(public array $validators)
{