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