ok

Mini Shell

Direktori : /home2/selectio/www/y1jobportal.in/razorpay-php-2.9.0/src/
Upload File :
Current File : /home2/selectio/www/y1jobportal.in/razorpay-php-2.9.0/src/Document.php

<?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);
    }

}

Zerion Mini Shell 1.0