コード例 #1
0
ファイル: Club.php プロジェクト: emitategh/aabcehmt
 public function getDelegadosAttribute()
 {
     $plantilla = Delegado::with('socio')->where('club_id', $this->id)->get();
     return $plantilla;
 }