@@ -41,7 +41,7 @@ |
||
| 41 | 41 | try { |
| 42 | 42 | DB::statement('show tables'); |
| 43 | 43 | $this->info('Database connection available!'); |
| 44 | - } catch( \Illuminate\Database\QueryException $e) { |
|
| 44 | + } catch (\Illuminate\Database\QueryException $e) { |
|
| 45 | 45 | $this->error('Database connection not available!'); |
| 46 | 46 | exit(1); // return a non-0-code to be used in shell scripts as a falsy exit state |
| 47 | 47 | } |