@@ -75,7 +75,7 @@ |
||
75 | 75 | |
76 | 76 | if (strtolower($api->method_type) == 'get' && $httpbuilder) { |
77 | 77 | $httpbuilder = "?".http_build_query($httpbuilder); |
78 | - }else{ |
|
78 | + } else{ |
|
79 | 79 | $httpbuilder = ''; |
80 | 80 | } |
81 | 81 |
@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | if (file_exists(controller_path($row->controller))) { |
40 | 40 | $response = FileManipulator::readCtrlContent(str_replace('.', '', $row->controller)); |
41 | - }else{ |
|
41 | + } else{ |
|
42 | 42 | $response = file_get_contents(__DIR__.'Step1Handler.php/'.str_replace('.', '', $row->controller).'.php'); |
43 | 43 | } |
44 | 44 |
@@ -55,7 +55,7 @@ |
||
55 | 55 | |
56 | 56 | if($this->confirm('Do you have setting the database configuration at .env ?')) { |
57 | 57 | $this->installCrudbooster(); |
58 | - }else{ |
|
58 | + } else{ |
|
59 | 59 | $this->info('Setup Aborted !'); |
60 | 60 | $this->info('Please setting the database configuration for first !'); |
61 | 61 | } |