芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/app/Services/Locale/TranslationService.php
shared[$name] = $value; } public function get($name, $default = null) { if (isset($this->shared[$name])) { return $this->shared[$name]; } return $default; } }