@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | public function __construct(Client $client) |
34 | 34 | { |
35 | - $this->insolvente = function () use ($client) { |
|
35 | + $this->insolvente = function() use ($client) { |
|
36 | 36 | return $client->getCase($this->publicatieKenmerk, true); |
37 | 37 | }; |
38 | 38 | } |