Mezatsong / laravel-swagger-docs

MIT License
20 stars 8 forks source link

custom attributes in $appends don't appears in models docs on swagger page #7

Closed Mezatsong closed 1 year ago

Mezatsong commented 1 year ago

attribute inside $with get appended in the docs while generating but not attributes in $appends protected members

Mezatsong commented 1 year ago

Solved by this commit https://github.com/Mezatsong/laravel-swagger-docs/commit/6e8308c7fd256a1e950d0b16a53c609b14197f22

The problem is solved in v1.3