diff --git a/PHT/PHT.php b/PHT/PHT.php index e9764a1..38b344a 100644 --- a/PHT/PHT.php +++ b/PHT/PHT.php @@ -607,7 +607,7 @@ public function getYouthMatches($teamId = null, $showBeforeDate = null) if ($teamId === null) { $teamId = $this->findSeniorTeam()->getYouthTeamId(); } - return Wrapper\Team\Senior::matches($teamId, $showBeforeDate); + return Wrapper\Team\Youth::matches($teamId, $showBeforeDate); } /**