@@ -16,23 +16,23 @@ |
||
| 16 | 16 | class m1_initial_data extends \phpbb\db\migration\migration |
| 17 | 17 | { |
| 18 | 18 | /** |
| 19 | - * Assign migration file dependencies for this migration |
|
| 20 | - * |
|
| 21 | - * @return array Array of migration files |
|
| 22 | - * @static |
|
| 23 | - * @access public |
|
| 24 | - */ |
|
| 19 | + * Assign migration file dependencies for this migration |
|
| 20 | + * |
|
| 21 | + * @return array Array of migration files |
|
| 22 | + * @static |
|
| 23 | + * @access public |
|
| 24 | + */ |
|
| 25 | 25 | public static function depends_on() |
| 26 | 26 | { |
| 27 | 27 | return array('\phpbb\db\migration\data\v310\gold'); |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * Add Google Analytics data to the database. |
|
| 32 | - * |
|
| 33 | - * @return array Array of table data |
|
| 34 | - * @access public |
|
| 35 | - */ |
|
| 31 | + * Add Google Analytics data to the database. |
|
| 32 | + * |
|
| 33 | + * @return array Array of table data |
|
| 34 | + * @access public |
|
| 35 | + */ |
|
| 36 | 36 | public function update_data() |
| 37 | 37 | { |
| 38 | 38 | return array( |