diff --git a/src/Wrapper/Match.php b/src/Wrapper/Match.php index 8d43e9e..1428fd4 100644 --- a/src/Wrapper/Match.php +++ b/src/Wrapper/Match.php @@ -173,7 +173,7 @@ public function getStatus() */ public function getTime() { - return Score::AwayPoints($this->getScore()); + return $this->time; } /**