Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
63
stars
47
forks
source link
Fixed issue when entity does not have constructor #54
Closed
N-M closed 5 years ago
If entity does not have constructor error from image is presented. This pull request resolves that issue.