Skip to content

Commit

Permalink
Update src/Services/SwaggerService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTray authored Oct 7, 2024
1 parent 601a8fa commit fb18533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/SwaggerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ protected function getPathParams(): array
'name' => $key,
'description' => $this->generatePathDescription($key),
'required' => true,
"schema" => [
'schema' => [
'type' => 'string'
]
];
Expand Down

0 comments on commit fb18533

Please sign in to comment.