1 | <?php |
||
38 | class Recurring implements InstallSchemaInterface |
||
39 | { |
||
40 | |||
41 | /** |
||
42 | * Installs recurring data for the module. |
||
43 | * |
||
44 | * @param \Magento\Framework\Setup\SchemaSetupInterface $setup The setup instance |
||
45 | * @param \Magento\Framework\Setup\ModuleContextInterface $context The module context instance |
||
46 | * |
||
47 | * @return void |
||
48 | */ |
||
49 | public function install(SchemaSetupInterface $setup, ModuleContextInterface $context) |
||
58 | } |
||
59 |