@@ -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') ? env('checkr_production_key') : env('CHECKR_TESTING_KEY', null) ?? config('checkr_testing_key'); |
26 | 26 | |
27 | 27 | return new Client($key, env('checkr_options', [])); |