芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/torann/geoip/src/Services/AbstractService.php
config = $config; $this->boot(); } /** * The "booting" method of the service. * * @return void */ public function boot() { // } /** * {@inheritdoc} */ public function hydrate(array $attributes = []) { return new Location($attributes); } /** * Get configuration value. * * @param string $key * @param mixed $default * * @return mixed */ public function config($key, $default = null) { return Arr::get($this->config, $key, $default); } }