コード例 #1
0
 public function getCausas($problema_id)
 {
     return Causa::whereProblemaId($problema_id)->get();
 }