Passed
Push — master ( 73ab27...288729 )
by Attila
01:17
created
src/BaseServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             '',
74 74
             static::class
75 75
         );
76
-        $this->id            = $this->getModuleId();
76
+        $this->id = $this->getModuleId();
77 77
     }
78 78
 
79 79
     public function register()
Please login to merge, or discard this patch.