Skip to content

Commit ad64223

Browse files
KorvinSzantofabpot
authored andcommitted
Fix typo
1 parent 4162713 commit ad64223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ public static function getHttpMethodParameterOverride()
692692
*/
693693
public function get($key, $default = null, $deep = false)
694694
{
695-
$result = $this->query($key, $this, $deep);
695+
$result = $this->query->get($key, $this, $deep);
696696
if ($result === $this) {
697697
$result = $this->attributes->get($key, $this, $deep);
698698
}

0 commit comments

Comments
 (0)