-
-
Notifications
You must be signed in to change notification settings - Fork 838
Closed
Labels
Description
Small error in Swagger documentation for Models.
The " are missing for the required fields.
The following file should be updated :
/vendor/infyomlabs/laravel-generator/src/Generators/ModelGenerator.php
Public function generateSwagger(...
...
$template = str_replace('$REQUIRED_FIELDS$', '"' . implode('"' . ', ' . '"', $this->generateRequiredFields()) . '"', $template);
Thanks for the great work!