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 218b659 commit 9fa3f5fCopy full SHA for 9fa3f5f
src/utils/ConfigProvider.php
@@ -45,7 +45,7 @@ public static function handleConfig($config){
45
$config['params']['query'] = Helper::handleArrayParams($config['params']['query'],"desc",$config);
46
}
47
if (!empty($config['params']['body'])){
48
- $config['params']['body'] = Helper::handleArrayParamsg($config['params']['body'],"desc",$config);
+ $config['params']['body'] = Helper::handleArrayParams($config['params']['body'],"desc",$config);
49
50
51
if (!empty($config['responses'])){
0 commit comments