diff --git a/resources/views/partials/route.blade.php b/resources/views/partials/route.blade.php index 6b38b299..352e057b 100644 --- a/resources/views/partials/route.blade.php +++ b/resources/views/partials/route.blade.php @@ -88,7 +88,7 @@ Parameter | Status | Description --------- | ------- | ------- | ----------- @foreach($route['queryParameters'] as $attribute => $parameter) - {{$attribute}} | @if($parameter['required']) required @else optional @endif | {!! implode(' ',$parameter['description']) !!} + {{$attribute}} | @if($parameter['required']) required @else optional @endif | {!! $parameter['description'] !!} @endforeach @endif