芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/razorpay/razorpay/src/Item.php
getEntityUrl() . $this->id; return $this->request('PATCH', $url, $attributes); } public function all($options = array()) { return parent::all($options); } public function delete() { $url = $this->getEntityUrl() . $this->id; return $this->request('DELETE', $url); } }