コード例 #1
0
ファイル: Turno.php プロジェクト: pizar/gaia
 public function richieste()
 {
     return RichiestaTurno::filtra([['turno', $this->id]]);
 }