@@ -19,7 +19,7 @@ |
||
19 | 19 | __DIR__.'/../config/confirmident.php', 'confirmident' |
20 | 20 | ); |
21 | 21 | |
22 | - $this->app->singleton('confirmident', function () { |
|
22 | + $this->app->singleton('confirmident', function() { |
|
23 | 23 | return new Confirmident(); |
24 | 24 | }); |
25 | 25 | } |
@@ -22,6 +22,6 @@ |
||
22 | 22 | { |
23 | 23 | return Http::withHeaders([ |
24 | 24 | 'Authorization' => 'Bearer '.$this->apiKey |
25 | - ])->post($this->baseUrl . $endpoint, $data)->json(); |
|
25 | + ])->post($this->baseUrl.$endpoint, $data)->json(); |
|
26 | 26 | } |
27 | 27 | } |