Update 'src/RR/Request.php'
This commit is contained in:
+2
-2
@@ -19,11 +19,11 @@ class Request{
|
|||||||
} else {
|
} else {
|
||||||
return $default;
|
return $default;
|
||||||
}
|
}
|
||||||
$param = self::filter($type, $param);
|
/*$param = self::filter($type, $param);
|
||||||
|
|
||||||
foreach ($options as $key => $option){
|
foreach ($options as $key => $option){
|
||||||
self::$key($param, $option);
|
self::$key($param, $option);
|
||||||
}
|
}*/
|
||||||
return $param;
|
return $param;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user