コード例 #1
0
ファイル: Meeting.php プロジェクト: R3Moura/Rede-Encontrista
 public function getTypeAttribute()
 {
     return MeetingType::find($this->type_id);
 }