$object->getUnityHashId() ]; } /** * @param string $type * @return array */ protected function rules(): array { return [ 'unity_hash_id' => 'required' ]; } /** * @return array */ protected function messages(): array { return []; } }