From 58a5127e8833e1beac6582b0cac699c3619477ce Mon Sep 17 00:00:00 2001 From: whwyy Date: Fri, 1 Dec 2023 21:38:16 +0800 Subject: [PATCH] eee --- src/Validator/Inject/Matching.php | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/Validator/Inject/Matching.php diff --git a/src/Validator/Inject/Matching.php b/src/Validator/Inject/Matching.php new file mode 100644 index 0000000..8f18cf0 --- /dev/null +++ b/src/Validator/Inject/Matching.php @@ -0,0 +1,34 @@ +value) . '/', $data); + } else { + return false; + } + } +} \ No newline at end of file