feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
162 changed files with 582 additions and 5455 deletions
Showing only changes of commit 46efbb57c1 - Show all commits

View File

@ -25,6 +25,7 @@ class Reset extends Command
$options = count($body) > 0 ? ['json' => $body] : [];
$response = $this->client->delete($uri, $options);
$output->writeln("Response Code: {$response->getStatusCode()}");
$this->logger->debug("Response: {$response->getBody()->getContents()}");
return self::SUCCESS;
}