Completed
Push — master ( 982565...967e93 )
by Lyal
45:40 queued 43:25
created
src/Laravel/CheckrServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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', []));
Please login to merge, or discard this patch.