hussein4alaa / laravel-g4t-swagger-auto-generate

auto generate swagger in laravel
MIT License
103 stars 12 forks source link

Abstract the response #78

Closed JanjacVD closed 2 days ago

JanjacVD commented 3 days ago

Added an Abstract BaseResponse class that handles everything, then just made the other classes have 1 line of code in them, saves a lot of time with reading the code when working on it, and of course, when making changes