예제 #1
0
 public function team()
 {
     return belongTo(Team::class);
 }
예제 #2
0
파일: Game.php 프로젝트: faycal1/Ball
 public function team()
 {
     return belongTo('App\\Models\\Team');
 }