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 c339987 commit 951f184Copy full SHA for 951f184
Request.php
@@ -687,7 +687,7 @@ public static function getHttpMethodParameterOverride()
687
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
688
* public property instead (attributes, query, request).
689
*
690
- * Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
+ * Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
691
692
* @param string $key The key
693
* @param mixed $default The default value if the parameter key does not exist
0 commit comments