|
@@ -73,7 +73,7 @@ |
|
|
block discarded – undo |
|
73
|
73
|
$output->writeln('Encrypting personal data...'); |
|
74
|
74
|
$this->state->setAreaCode(\Magento\Framework\App\Area::AREA_FRONTEND); |
|
75
|
75
|
foreach ($this->getPrivateCollections() as $collection) { |
|
76
|
|
- $output->writeln('Encrypting collection: ' . $collection->getItemObjectClass()); |
|
|
76
|
+ $output->writeln('Encrypting collection: '.$collection->getItemObjectClass()); |
|
77
|
77
|
$collection->save(); |
|
78
|
78
|
} |
|
79
|
79
|
$output->writeln('Encryption finished.'); |
Please login to merge, or discard this patch.