コード例 #1
0
ファイル: Departamento.php プロジェクト: sebasalazar/larasala
 public function escuelas()
 {
     return \App\Escuela::with('departamento')->where('departamento_id', $this->id)->get();
 }