Bläddra i källkod

Atualizar 'src/RequestResponse/Request.php'

ahwelp 6 år sedan
förälder
incheckning
2c62f7755d
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/RequestResponse/Request.php

+ 1 - 0
src/RequestResponse/Request.php

@@ -127,6 +127,7 @@ class Request{
             if (!preg_match('/^[a-z0-9_-]+$/i', $key)) {
                 continue;
             }
+            $result[$key] = $value;
         }
 
         return $result;