mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

No query result for model #4

Closed markdieselcore closed 6 years ago

markdieselcore commented 6 years ago

When I attempt to run php artisan laravel-swagger:generate > swagger.json I get the following error:

In Builder.php line 333:

  No query results for model [App\Models\{MyModelNameHere}]  

Any idea what might be causing this? The model is fully valid and used heavily in the application, the namespace is correct, as well.

markdieselcore commented 6 years ago

Was running an older version of the package that didn't update with composer update. Non-issue.