Skip to content

v0.1.8

Compare
Choose a tag to compare
@milewski milewski released this 28 Oct 03:02
  • Support computed fields on the embed relation: #8
Text::make('Some Attribute', function () {
  return $this->propertyName;
}),