Atualizar 'src/RequestResponse/Request.php'

This commit is contained in:
ahwelp
2019-01-18 05:14:26 +00:00
parent 9098ed0f47
commit 2c62f7755d
+1
View File
@@ -127,6 +127,7 @@ class Request{
if (!preg_match('/^[a-z0-9_-]+$/i', $key)) { if (!preg_match('/^[a-z0-9_-]+$/i', $key)) {
continue; continue;
} }
$result[$key] = $value;
} }
return $result; return $result;