芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Models/Admin/SiteSections.php
'object', ]; public function scopeSiteCookie() { return $this->where('key','site_cookie')->first(); } public function scopeGetData($query,$slug) { return $this->where("key",$slug); } }