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