From ebd8d8f439532061312ab703728de510f359a4ca Mon Sep 17 00:00:00 2001 From: ahwelp Date: Thu, 1 Aug 2019 14:19:47 +0000 Subject: [PATCH] Update 'src/RR/Request.php' --- src/RR/Request.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RR/Request.php b/src/RR/Request.php index 581659a..7fd927d 100755 --- a/src/RR/Request.php +++ b/src/RR/Request.php @@ -19,11 +19,11 @@ class Request{ } else { return $default; } - $param = self::filter($type, $param); + /*$param = self::filter($type, $param); foreach ($options as $key => $option){ self::$key($param, $option); - } + }*/ return $param; }