@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | */ |
| 11 | 11 | class FlatPlan { |
| 12 | 12 | |
| 13 | - private $endpoint = 'https://staging.flatplan.app/api/'; |
|
| 13 | + private $endpoint = 'https://staging.flatplan.app/api/'; |
|
| 14 | 14 | |
| 15 | 15 | private $client; |
| 16 | 16 | private $accessToken; |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | 'article/status/' . $articleId, |
| 92 | 92 | $this->getHeaders() |
| 93 | 93 | ); |
| 94 | - $status = json_decode((string) $response->getBody()); |
|
| 94 | + $status = json_decode((string) $response->getBody()); |
|
| 95 | 95 | return $status; |
| 96 | 96 | |
| 97 | 97 | } catch (\GuzzleHttp\Exception\BadResponseException $e) { |