JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "Document.php"

Full Path: /home/u735268861/domains/palsarh.in/public_html/vendor/razorpay/razorpay/src/Document.php
File size: 305 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Razorpay\Api;

class Document extends Entity
{

    public function create($attributes = array())
    {
        $attributes = $this->setFile($attributes);

        return parent::create($attributes);
    }

    public function fetch($id)
    {
        return parent::fetch($id);
    }

}