fix: fixed generic property enrichment (#454)

This commit is contained in:
NovolMob
2023-04-28 17:58:20 +03:00
committed by GitHub
parent 3ec467c1d8
commit eb7360b8d2
9 changed files with 180 additions and 3 deletions

View File

@ -6,6 +6,8 @@
### Changed
- Generating enrichments for generic classes no longer throws the `Slugs should not be generated for field enrichments` error.
### Remove
---