芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/laravel/passport/src/Scope.php
id = $id; $this->description = $description; } /** * Get the instance as an array. * * @return array */ public function toArray() { return [ 'id' => $this->id, 'description' => $this->description, ]; } /** * Convert the object to its JSON representation. * * @param int $options * @return string */ public function toJson($options = 0) { return json_encode($this->toArray(), $options); } }