Passed
Push — main ( e80945...cbda9c )
by Hope
02:19
created
src/ConfirmidentServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.