Update 'src/RR/Request.php'
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user