knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.59k stars 280 forks source link

Fixed enum values not displaying in nested objects #740

Closed artisanphil closed 9 months ago

artisanphil commented 9 months ago

If the request rule for an enum was inside a nested object field, it wouldn't display the values, as the template was using the wrong variable ($field instead of $subfield like it does for the rest of the component params)