예제 #1
0
파일: Club.php 프로젝트: emitategh/aabcehmt
 public function getDelegadosAttribute()
 {
     $plantilla = Delegado::with('socio')->where('club_id', $this->id)->get();
     return $plantilla;
 }