Closed timoschwarzer closed 1 year ago
Hey @timoschwarzer.
Was seeing the following error:
Calling unknown method: craft\models\FieldLayout::getFields()
Have created a pull request to your Craft 4 branch to fix the issue, by updating getFields to Craft 4's getCustomFields() as per release notes.
getFields
getCustomFields()
@tomkiss thank you, merged 🙌
Hey @timoschwarzer.
Was seeing the following error:
Have created a pull request to your Craft 4 branch to fix the issue, by updating
getFields
to Craft 4'sgetCustomFields()
as per release notes.