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