fix: [metaFields] Fixed typo in function
parent
0ac81af82a
commit
aa9225ba90
|
@ -65,7 +65,8 @@ class MetaFieldsTable extends AppTable
|
||||||
return $this->MetaTemplates->find()
|
return $this->MetaTemplates->find()
|
||||||
->select('meta_template_directory_id')
|
->select('meta_template_directory_id')
|
||||||
->where(['id' => $metaTemplateId])
|
->where(['id' => $metaTemplateId])
|
||||||
->first();
|
->first()
|
||||||
|
->meta_template_directory_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isValidMetaField($value, array $context)
|
public function isValidMetaField($value, array $context)
|
||||||
|
|
Loading…
Reference in New Issue