@@ -47,7 +47,6 @@ |
||
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) |
@@ -53,18 +53,18 @@ |
||
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 | # / ____/ __ \/ / / / __ \/ __ )____ ____ _____/ /____ _____ |