Skip to content

Commit 4afb99e

Browse files
committed
MAGETWO-84444: MySQL triggers for Indexers not removed after upgrade
1 parent 54ae0ce commit 4afb99e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Indexer/Setup/RecurringData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class RecurringData implements InstallDataInterface
2828
private $configInterface;
2929

3030
/**
31-
* RecurringData constructor.
32-
*
3331
* @param IndexerFactory $indexerFactory
3432
* @param ConfigInterface $configInterface
3533
*/
@@ -43,6 +41,7 @@ public function __construct(
4341

4442
/**
4543
* {@inheritdoc}
44+
* @throws \Exception
4645
*/
4746
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
4847
{

0 commit comments

Comments
 (0)