> */ public function rules(): array { return [ 'site_player_id' => ['required', 'string', 'max:128'], 'currency_code' => ['sometimes', 'nullable', 'string', 'max:16'], ]; } }