Passed
Push — master ( 05a976...7d5474 )
by Daniel
02:42
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.