Passed
Push — master ( 051f8c...0effca )
by Daniel
02:41
created
src/OTPGeneratorServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
      * @return void
17 17
      */
18 18
 
19
-     public const DB = __DIR__.'/../database/migrations';
20
-     public const CONFIG = __DIR__.'/../config/otp-generator.php';
19
+        public const DB = __DIR__.'/../database/migrations';
20
+        public const CONFIG = __DIR__.'/../config/otp-generator.php';
21 21
      
22 22
     public function boot()
23 23
     {
Please login to merge, or discard this patch.