Skip to content

Commit

Permalink
Fix undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Oct 25, 2021
1 parent 2819fa9 commit 1078c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/components/body-parameters.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'type' => $parameter['type'] ?? 'string',
'required' => $parameter['required'] ?? false,
'description' => $parameter['description'] ?? '',
'example' => $parameter['example'] ?? '',
'endpointId' => $endpointId,
'hasChildren' => true,
'component' => 'body',
Expand Down

0 comments on commit 1078c6b

Please sign in to comment.