File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66use Firegento \ContentProvisioning \Model \BlockInstaller ;
77use Firegento \ContentProvisioning \Model \PageInstaller ;
8- use Magento \Framework \Setup \InstallSchemaInterface ;
8+ use Magento \Framework \Setup \InstallDataInterface ;
9+ use Magento \Framework \Setup \ModuleDataSetupInterface ;
910use Magento \Framework \Setup \ModuleContextInterface ;
10- use Magento \Framework \Setup \SchemaSetupInterface ;
1111
1212/**
1313 * Class Recurring
1414 */
15- class Recurring implements InstallSchemaInterface
15+ class RecurringData implements InstallDataInterface
1616{
1717 /**
1818 * @var PageInstaller
@@ -39,7 +39,7 @@ public function __construct(
3939 /**
4040 * {@inheritdoc}
4141 */
42- public function install (SchemaSetupInterface $ setup , ModuleContextInterface $ context )
42+ public function install (ModuleDataSetupInterface $ setup , ModuleContextInterface $ context )
4343 {
4444 $ this ->pageInstaller ->install ();
4545 $ this ->blockInstaller ->install ();
You can’t perform that action at this time.
0 commit comments