Beispiel #1
0
 public function team()
 {
     return belongTo(Team::class);
 }
Beispiel #2
0
 public function team()
 {
     return belongTo('App\\Models\\Team');
 }