From f4f0f749a1220e930791c0fceeb7a0350e1464b8 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Sun, 10 Mar 2019 09:38:43 +0700 Subject: [PATCH] chore: add backslash --- src/ValidatesJWT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ValidatesJWT.php b/src/ValidatesJWT.php index 309c3ec..5da59fd 100644 --- a/src/ValidatesJWT.php +++ b/src/ValidatesJWT.php @@ -122,7 +122,7 @@ protected function validateKey() */ protected function validateLastJson() { - if (JSON_ERROR_NONE === \json_last_error()) { + if (\JSON_ERROR_NONE === \json_last_error()) { return; }