Passed
Push — master ( 7ec952...d9c2a1 )
by Daniel
02:36
created
src/Console/InstallCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,10 +28,10 @@
 block discarded – undo
28 28
     public function handle()
29 29
     {
30 30
         $this->comment('Publishing Otp Migrations...');
31
-        $this->callSilent('vendor:publish', ['--tag' => 'otp-migrations']);
31
+        $this->callSilent('vendor:publish', [ '--tag' => 'otp-migrations' ]);
32 32
 
33 33
         $this->comment('Publishing Otp Generator Configuration...');
34
-        $this->callSilent('vendor:publish', ['--tag' => 'otp-config']);
34
+        $this->callSilent('vendor:publish', [ '--tag' => 'otp-config' ]);
35 35
 
36 36
         $this->info('Otp Generator scaffolding installed successfully.');
37 37
     }
Please login to merge, or discard this patch.