Closed seandelaney closed 6 years ago
Simple fix though, which I've added locally so I can continue working...
Path: /vendor/sebastianlenz/linkfield/src/models/InputLinkType.php
/**
* @param LinkField $field
* @param Link $link
* @return array|null
*/
public function validateValue(LinkField $field, Link $link) {
if ($this->isValueEmpty($link)) {
return null;
}
Please see: https://github.com/craftcms/cms/issues/2575
Getting the above error when trying to save entries uses the Link field on Craft CMS 3.0.0-RC15.
Here is the stack trace: