public function team() { return belongTo(Team::class); }
public function team() { return belongTo('App\\Models\\Team'); }