Passed
Push — master ( f0d99a...7eba8f )
by Iman
05:38 queued 02:15
created
src/commands/CrudboosterInstallationCommand.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -59,19 +59,19 @@
 block discarded – undo
59 59
         $this->symlinkForAsset();
60 60
       
61 61
 
62
-		if($this->confirm('Do you have setting the database configuration at .env ?')) {
62
+        if($this->confirm('Do you have setting the database configuration at .env ?')) {
63 63
             $this->installCrudbooster();
64
-		}else{
65
-			$this->info('Setup Aborted !');
66
-			$this->info('Please setting the database configuration for first !');
67
-		}
64
+        }else{
65
+            $this->info('Setup Aborted !');
66
+            $this->info('Please setting the database configuration for first !');
67
+        }
68 68
 
69
-		$this->printFooter();
69
+        $this->printFooter();
70 70
         exit;
71
-	}
71
+    }
72 72
 
73
-	private function printHeader() {
74
-		$this->info("
73
+    private function printHeader() {
74
+        $this->info("
75 75
 
76 76
 #     __________  __  ______  ____                   __           
77 77
 #    / ____/ __ \/ / / / __ \/ __ )____  ____  _____/ /____  _____
Please login to merge, or discard this patch.