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.
2 parents 842fcca + 1a6f87e commit a416487Copy full SHA for a416487
Request.php
@@ -699,7 +699,7 @@ public static function getHttpMethodParameterOverride()
699
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
700
* public property instead (attributes, query, request).
701
*
702
- * Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
+ * Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
703
704
* @param mixed $default The default value if the parameter key does not exist
705
0 commit comments