[files-field_type] image() is not working after composer update
Created 6 years ago by lckamal

After updating with composer update {{ entry.profile_picture.image() }} stopped working.

ryanthompson  —  6 years ago

Any error? What's {{ dd(entry.profile_picture.image()) }} or {{ entry.profile_picture) }} ?

lckamal  —  6 years ago

Gives such error: http://take.ms/4uab5 on {{ dd(entry.profile_picture.image()) }} http://take.ms/YkezW on {{ dd(entry.profile_picture) }}