Skip to content

Commit 9fa3f5f

Browse files
committed
Update ConfigProvider.php
1 parent 218b659 commit 9fa3f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function handleConfig($config){
4545
$config['params']['query'] = Helper::handleArrayParams($config['params']['query'],"desc",$config);
4646
}
4747
if (!empty($config['params']['body'])){
48-
$config['params']['body'] = Helper::handleArrayParamsg($config['params']['body'],"desc",$config);
48+
$config['params']['body'] = Helper::handleArrayParams($config['params']['body'],"desc",$config);
4949
}
5050
}
5151
if (!empty($config['responses'])){

0 commit comments

Comments
 (0)