@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | DELETE FROM `eav_attribute` WHERE `eav_attribute`.`attribute_code` IN('personnalized_suggestions','third_party'); |
17 | 17 | DELETE FROM `setup_module` WHERE `setup_module`.`module` = 'Adfab_Gdpr'; |
18 | - |
|
19 | 18 | */ |
20 | 19 | public function uninstall(SchemaSetupInterface $setup, ModuleContextInterface $context) |
21 | 20 | { |
@@ -23,7 +23,7 @@ |
||
23 | 23 | } |
24 | 24 | $this->isRunning = true; |
25 | 25 | foreach( $collection->getItems() as $item ) { |
26 | - $this->decipher($item); |
|
26 | + $this->decipher($item); |
|
27 | 27 | } |
28 | 28 | $this->isRunning = false; |
29 | 29 | return $result; |