Passed
Push — master ( 5f4e1c...f3c350 )
by Luis Andrés
06:49 queued 04:18
created
src/EcuadorIdentificationServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     public function register()
27 27
     {
28 28
         // Register the main class to use with the facade
29
-        $this->app->singleton('EcuadorIdentification', function () {
29
+        $this->app->singleton('EcuadorIdentification', function() {
30 30
             return new EcuadorIdentification;
31 31
         });
32 32
     }
Please login to merge, or discard this patch.