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