You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix minor issues in User entity example: unused imports and missing use statement (#2173)
- Removed unused `ApiFilter` and `ApiProperty` imports from the User entity example
- Added missing `use App\Entity\User;` in the UserPasswordHasher processor
These small corrections improve clarity and prevent potential confusion or errors when copying the example as-is. The goal is to make the official documentation more accurate and beginner-friendly.
0 commit comments