From fdcb2a2d796e35136a81a4867e5711a38787aa1b Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Thu, 14 Dec 2017 23:12:44 +0800 Subject: [PATCH] NonceValidator --- src/Validators/NonceValidator.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/Validators/NonceValidator.php diff --git a/src/Validators/NonceValidator.php b/src/Validators/NonceValidator.php new file mode 100644 index 0000000..30b0125 --- /dev/null +++ b/src/Validators/NonceValidator.php @@ -0,0 +1,22 @@ += 1); + } +} \ No newline at end of file