コード例 #1
0
ファイル: GameRelationship.php プロジェクト: faycal1/Ball
 public function team()
 {
     return belongTo(Team::class);
 }
コード例 #2
0
ファイル: Game.php プロジェクト: faycal1/Ball
 public function team()
 {
     return belongTo('App\\Models\\Team');
 }