Total Complexity | 5 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class TablesMigrateSiteidFosuser extends TablesMigrateSiteid |
||
16 | { |
||
17 | private $resources = [ |
||
18 | 'db-customer' => [ |
||
19 | 'fosuser_list_type', 'fosuser_property_type', |
||
20 | 'fosuser_property', 'fosuser_list', 'fosuser_address', 'fosuser', |
||
21 | ], |
||
22 | ]; |
||
23 | |||
24 | |||
25 | /** |
||
26 | * Returns the list of task names which this task depends on. |
||
27 | * |
||
28 | * @return string[] List of task names |
||
29 | */ |
||
30 | public function before() : array |
||
33 | } |
||
34 | |||
35 | |||
36 | /** |
||
37 | * Executes the task |
||
38 | */ |
||
39 | public function up() |
||
58 |