Skip to content

Commit 69b4161

Browse files
authored
Merge pull request magento#82 from magento-trigger/MAGETWO-88054
MAGETWO-88054: Move declarative setup from setup to framework
2 parents eb208da + 5190011 commit 69b4161

File tree

19 files changed

+39
-39
lines changed

19 files changed

+39
-39
lines changed

app/code/Magento/BundleSampleData/Setup/Patch/Data/InstallBundleSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\BundleSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallBundleSampleData

app/code/Magento/CatalogRuleSampleData/Setup/Patch/Data/InstallCatalogRuleSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\CatalogRuleSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallCatalogRuleSampleData

app/code/Magento/CatalogSampleData/Setup/Patch/Data/InstallCatalogSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\CatalogSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallCatalogSampleData

app/code/Magento/CmsSampleData/Setup/Patch/Data/InstallCmsSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\CmsSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallCmsSampleData

app/code/Magento/ConfigurableSampleData/Setup/Patch/Data/InstallConfigurableSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\ConfigurableSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallConfigurableSampleData

app/code/Magento/CustomerSampleData/Setup/Patch/Data/InstallCustomerSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\CustomerSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallCustomerSampleData

app/code/Magento/DownloadableSampleData/Setup/Patch/Data/InstallDownloadableSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\DownloadableSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallDownloadableSampleData

app/code/Magento/GroupedProductSampleData/Setup/Patch/Data/InstallGroupedProductSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\GroupedProductSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallGroupedProductSampleData

app/code/Magento/MsrpSampleData/Setup/Patch/Data/InstallMsrpSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\MsrpSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallMsrpSampleData

app/code/Magento/OfflineShippingSampleData/Setup/Patch/Data/InstallOfflineShippingSampleData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Magento\OfflineShippingSampleData\Setup\Patch\Data;
88

99
use Magento\Framework\Setup;
10-
use Magento\Setup\Model\Patch\DataPatchInterface;
11-
use Magento\Setup\Model\Patch\PatchVersionInterface;
10+
use Magento\Framework\Setup\Patch\DataPatchInterface;
11+
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1212

1313
/**
1414
* Class InstallOfflineShippingSampleData

0 commit comments

Comments
 (0)