Welcome Guest, Not a member yet? Register   Sign In
You must use the "set" method to update an entry. (Again)
#9

(This post was last modified: 10-15-2020, 06:54 AM by T.O.M..)

Shouldn't $allowedFields be an array?
PHP Code:
protected $allowedFields = ['role_id''first_name''last_name''username''password'
    
'email_address''mail_me''ack_round''language''referee''xp''uuid'
    'activation_token''activation''dsgvo''notified']; 
And in your case, it is an array of one string element.
Reply


Messages In This Thread
RE: You must use the "set" method to update an entry. (Again) - by T.O.M. - 10-14-2020, 11:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB