芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/assets/sources/stripe/SingletonApiResource.php
refresh(); return $instance; } /** * @return string The endpoint associated with this singleton class. */ public static function classUrl() { $base = static::className(); return "/v1/${base}"; } /** * @return string The endpoint associated with this singleton API resource. */ public function instanceUrl() { return static::classUrl(); } }