withIntermediatePaths([]); } /** * @return Field[] * * @noinspection PhpMissingParentCallCommonInspection */ public function fields(): array { return [ new CreatedAtField($this), new UpdatedAtField($this), new UuidField($this, 'id'), new NotificationTypeField($this), new NotificationNotifiableTypeField($this), new NotificationNotifiableIdField($this), new NotificationDataField($this), new NotificationReadAtField($this), ]; } }