We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4162713 commit ad64223Copy full SHA for ad64223
src/Symfony/Component/HttpFoundation/Request.php
@@ -692,7 +692,7 @@ public static function getHttpMethodParameterOverride()
692
*/
693
public function get($key, $default = null, $deep = false)
694
{
695
- $result = $this->query($key, $this, $deep);
+ $result = $this->query->get($key, $this, $deep);
696
if ($result === $this) {
697
$result = $this->attributes->get($key, $this, $deep);
698
}
0 commit comments