We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce743cf + a416487 commit 694c0f7Copy full SHA for 694c0f7
Request.php
@@ -698,7 +698,7 @@ public static function getHttpMethodParameterOverride()
698
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
699
* public property instead (attributes, query, request).
700
*
701
- * Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
+ * Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
702
703
* @param mixed $default The default value if the parameter key does not exist
704
0 commit comments