withIntermediatePaths([]); } /** * @return Field[] * * @noinspection PhpMissingParentCallCommonInspection */ public function fields(): array { return [ new IdField($this, Feature::ATTRIBUTE_ID), new CreatedAtField($this), new UpdatedAtField($this), new FeatureNameField($this), new FeatureValueField($this), ]; } }