@@ -116,7 +116,7 @@ |
||
116 | 116 | $this->getClient($input)->selectCollection($this->databaseName, $collectionName)->save($origDoc); |
117 | 117 | $output->writeln("<info>Imported <${file}> to <${collectionName}></info>"); |
118 | 118 | } catch (\Exception $e) { |
119 | - $output->writeln("<error>Error in <${file}>: ".$e->getMessage()."</error>"); |
|
119 | + $output->writeln("<error>Error in <${file}>: " . $e->getMessage() . "</error>"); |
|
120 | 120 | } |
121 | 121 | } |
122 | 122 | } |