*/ public function rules(): array { return [ 'cantidad' => ['required', 'integer', 'min:1'], 'buyable_type' => ['prohibited'], 'buyable_id' => ['prohibited'], ]; } }