Пример #1
0
 public function escuelas()
 {
     return \App\Escuela::with('departamento')->where('departamento_id', $this->id)->get();
 }