yii2mod / yii2-rbac

RBAC Manager for Yii 2
MIT License
145 stars 58 forks source link

Removed strongly typed parameters from CRUD actions. #38

Open gammaire opened 4 years ago

gammaire commented 4 years ago

This was required in my case because I was using varchar in my database as user ID instead of int. Making the parameters loosely typed made it work.