@@ -17,7 +17,7 @@ |
||
17 | 17 | return array( |
18 | 18 | '\paul999\tfa\migrations\version_004', |
19 | 19 | '\paul999\tfa\migrations\add_config', |
20 | - '\paul999\tfa\migrations\initial_version_interface', |
|
20 | + '\paul999\tfa\migrations\initial_version_interface', |
|
21 | 21 | ); |
22 | 22 | } |
23 | 23 | } |
@@ -21,8 +21,8 @@ |
||
21 | 21 | public function update_data() |
22 | 22 | { |
23 | 23 | return array( |
24 | - // Other extension can use this version to deterime if the extension is installed, |
|
25 | - // And if the interface for the module is compatible with the version they use. |
|
24 | + // Other extension can use this version to deterime if the extension is installed, |
|
25 | + // And if the interface for the module is compatible with the version they use. |
|
26 | 26 | array('config.add', array('tfa_module_interface_version', '1.0.0')), |
27 | 27 | ); |
28 | 28 | } |