Question By
Unsolved

Profile field: Call to undefined method stdClass::getTranslatedAttribute()

magarrent

Jun 4th, 2020 10:14 AM

Hey there, I have an error when I add a new text profile field. I added a field in waves.php config:

'profile_fields' => [ 'instagram' ],

And then in profile blade I have:

{!! profile_field('text', 'instagram') !!}

And it appears that error

https://ibb.co/vwyNpDY

cookie

Jun 7th, 2020 08:46 PM

Try this

It works for me. =)