nucleos / NucleosUserBundle

👤 Lightweight user management for symfony.
https://docs.nucleos.rocks/projects/user-bundle/
MIT License
59 stars 18 forks source link

Fix roles doctrine type mapping #745

Closed core23 closed 7 months ago

core23 commented 7 months ago

According to the doctrine docs, the array type is deprecated and should not be used.

As the array was encoded using json_decode / json_encode (e.g. a:0:{}), the json type might be the correct one.