Skip to content

Commit

Permalink
Headers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jan 13, 2020
1 parent 1b72ce8 commit e9a9a30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ class ApiController

private Client $client;
public array $page = [
'headers' => [
self::JSON_HEADER,
],
'headers' => self::JSON_HEADER,
'success' => false,
'errors' => [],
'code' => 200,
Expand Down

0 comments on commit e9a9a30

Please sign in to comment.