diff --git a/src/Traits/Reports.php b/src/Traits/Reports.php index 2d0d2c5..147176c 100644 --- a/src/Traits/Reports.php +++ b/src/Traits/Reports.php @@ -14,7 +14,7 @@ trait Reports { */ public function getHoursLoggedFor($startDate, $endDate, $project = null, $branches = null) { - $response = $this->summaries($endDate, $startDate, $project, $branches); + $response = $this->summaries($startDate, $endDate, $project, $branches); return $this->calculateHoursLogged($response); }