spatie / statamic-responsive-images

Responsive images for Statamic 3
MIT License
99 stars 29 forks source link

Use setValue instead of fillValue #122

Closed hgrimelid closed 2 years ago

hgrimelid commented 2 years ago

This PR fixes #121.

In the latest version of Statamic (3.3.7) Statamic\Fields\Field::fillValue() has been removed, ref https://github.com/statamic/cms/commit/4b6dd3ccf6f46c5ac1fde4dc980af023bf01b81d#diff-22bb4c9ddfb67b736e92de38ac9fffc06904031c853cae90b1f35e270e04021eL249

In this PR fillValue is replaced with setValue.

riasvdv commented 2 years ago

Thanks!