Completed
Push — master ( afa14d...f0d99a )
by Iman
13s
created
src/helpers/Mailer.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
      * @param $template
48 48
      * @param $subject
49 49
      * @param $html
50
-
51 50
      * @return bool
52 51
      */
53 52
     private function putInQueue($config, $template, $subject, $html)
Please login to merge, or discard this patch.
src/commands/CrudboosterInstallationCommand.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -53,18 +53,18 @@
 block discarded – undo
53 53
         $this->symlinkForAsset();
54 54
       
55 55
 
56
-		if($this->confirm('Do you have setting the database configuration at .env ?')) {
56
+        if($this->confirm('Do you have setting the database configuration at .env ?')) {
57 57
             $this->installCrudbooster();
58
-		}else{
59
-			$this->info('Setup Aborted !');
60
-			$this->info('Please setting the database configuration for first !');
61
-		}
58
+        }else{
59
+            $this->info('Setup Aborted !');
60
+            $this->info('Please setting the database configuration for first !');
61
+        }
62 62
 
63
-		$this->printFooter();
64
-	}
63
+        $this->printFooter();
64
+    }
65 65
 
66
-	private function printHeader() {
67
-		$this->info("
66
+    private function printHeader() {
67
+        $this->info("
68 68
 
69 69
 #     __________  __  ______  ____                   __           
70 70
 #    / ____/ __ \/ / / / __ \/ __ )____  ____  _____/ /____  _____
Please login to merge, or discard this patch.