@@ -21,7 +21,7 @@ |
||
21 | 21 | { |
22 | 22 | $this->app['router']->aliasMiddleware('checkr_webhook', Webhook::class); |
23 | 23 | |
24 | - $this->app->bind('lyal.checkr', function () { |
|
24 | + $this->app->bind('lyal.checkr', function() { |
|
25 | 25 | $key = App::environment('production') ? config('checkr.production_key') : config('checkr.testing_key'); |
26 | 26 | |
27 | 27 | return new Client($key, config('checkr.options', [])); |