Using accessor in RelationManager AttachAction not working
I have following database structure:
User
- email
- person_id
Person
- firstname
- lastname
and I have created an accessor in my User model:
My RelationManager:
and I expect that this accessor will be used in the RelationshipManager, but it is not.
When trying to add a User to a Role I have this error:
0 Replies