@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | protected function getDatabaseName() |
| 16 | 16 | { |
| 17 | 17 | $connType = Config::get('database.default'); |
| 18 | - $database = Config::get('database.connections.' .$connType ); |
|
| 18 | + $database = Config::get('database.connections.' . $connType); |
|
| 19 | 19 | |
| 20 | 20 | return $database['database']; |
| 21 | 21 | } |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | ); |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | - protected function fireAction($action,$database) |
|
| 55 | + protected function fireAction($action, $database) |
|
| 56 | 56 | { |
| 57 | 57 | // Grab the options |
| 58 | 58 | $ignore = $this->option('ignore'); |