$object->getReference(), 'value' => $object->getValue() ]; return $data; } /** * @return array */ protected function rules(): array { return [ 'reference' => 'required', 'value' => 'required' ]; } /** * @return array */ protected function messages(): array { return []; } }