@@ -43,7 +43,7 @@ |
||
43 | 43 | public function getDownloadsLastDay() |
44 | 44 | { |
45 | 45 | $resource = $this->repository->getResourceByPath( |
46 | - '/downloads/point/last-day/' . $this->package |
|
46 | + '/downloads/point/last-day/'.$this->package |
|
47 | 47 | ); |
48 | 48 | |
49 | 49 | return DownloadStatistics::fromJson($this->package, $resource); |