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