Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #31 from Ocramius/hotfix/yuml-uri-change
Browse files Browse the repository at this point in the history
The YUML URI for generating diagrams now requires the style to be specified
  • Loading branch information
Ocramius committed May 22, 2014
2 parents 2ba4ba3 + 2a2dd40 commit 810cbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OcraServiceManager/Controller/YumlController.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function setHttpClient(Client $client)
public function getHttpClient()
{
if (!$this->httpClient) {
$this->httpClient = new Client('http://yuml.me/diagram/class/', array('timeout' => 30));
$this->httpClient = new Client('http://yuml.me/diagram/plain/class/', array('timeout' => 30));
}

return $this->httpClient;
Expand Down

0 comments on commit 810cbca

Please sign in to comment.