芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/Page.php
hasMany(PageTranslation::class)->where('lang', $lang)->first(); return $page_translation != null ? $page_translation->$field : $this->$field; } public function page_translations(){ return $this->hasMany(PageTranslation::class); } }