[files-field_type] image() is not working after composer update
Created 7 years ago by lckamalAfter updating with composer update {{ entry.profile_picture.image() }} stopped working.
lckamal
—
7 years ago
Gives such error: http://take.ms/4uab5 on {{ dd(entry.profile_picture.image()) }}
http://take.ms/YkezW on {{ dd(entry.profile_picture) }}
Any error? What's
{{ dd(entry.profile_picture.image()) }}
or{{ entry.profile_picture) }}
?