@@ -32,7 +32,7 @@ |
||
32 | 32 | ]; |
33 | 33 | |
34 | 34 | $res = $client->get($this->getDownloadUrl(), [ |
35 | - 'headers' => $headers, |
|
35 | + 'headers' => $headers, |
|
36 | 36 | ]); |
37 | 37 | |
38 | 38 | return $res->getBody(); |
@@ -22,7 +22,7 @@ |
||
22 | 22 | use Query\Findable; |
23 | 23 | |
24 | 24 | protected $fillable = [ |
25 | - 'ID', |
|
25 | + 'ID', |
|
26 | 26 | 'Created', |
27 | 27 | 'Description', |
28 | 28 | 'DocumentIsCreatable', |
@@ -81,7 +81,7 @@ |
||
81 | 81 | $class = $this->class; |
82 | 82 | |
83 | 83 | foreach ($result as $r) { |
84 | - yield new $class($this->connection, $r); |
|
84 | + yield new $class($this->connection, $r); |
|
85 | 85 | } |
86 | 86 | } |
87 | 87 | } |