@@ -43,7 +43,7 @@ |
||
43 | 43 | */ |
44 | 44 | public function preview($results) |
45 | 45 | { |
46 | - $this->command->info('I will insert this values into <comment>' . $results['__table'] . '</comment> table'); |
|
46 | + $this->command->info('I will insert this values into <comment>'.$results['__table'].'</comment> table'); |
|
47 | 47 | $this->command->table(['column', 'value'], $this->arrayToTable($results)); |
48 | 48 | } |
49 | 49 |