コード例 #1
0
ファイル: Student.php プロジェクト: songwork/songwork
 function consultations()
 {
     return Consultation::for_student($this->id);
 }