Completed
Pull Request — master (#10)
by Lyal
07:51 queued 04:57
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') ? config('checkr.production_key') : config('checkr.testing_key');
26 26
 
27 27
             return new Client($key, config('checkr.options', []));
Please login to merge, or discard this patch.