svg
This commit is contained in:
@ -242,7 +242,7 @@ class RedmineService
|
||||
];
|
||||
|
||||
if (null !== $updatedSince) {
|
||||
$queryParams['updated_on'] = $updatedSince->format('Y-m-d\TH:i:s\Z');
|
||||
$queryParams['updated_on'] = '>='.$updatedSince->format('Y-m-d\TH:i:s\Z');
|
||||
}
|
||||
|
||||
$url = $this->baseUrl.'/issues.json?'.http_build_query($queryParams);
|
||||
@ -284,7 +284,6 @@ class RedmineService
|
||||
'Accept' => 'application/json',
|
||||
],
|
||||
]);
|
||||
dump($response);
|
||||
|
||||
if (200 !== $response->getStatusCode()) {
|
||||
throw new \RuntimeException('Erreur de communication avec Redmine : '.$response->getStatusCode());
|
||||
|
Reference in New Issue
Block a user