Total Complexity | 5 |
Total Lines | 67 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class CreateSettingsModule extends Migration |
||
9 | { |
||
10 | /** |
||
11 | * Run the migrations. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function up() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Reverse the migrations. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function down() |
||
33 | } |
||
34 | |||
35 | protected function createModule() |
||
68 | } |
||
69 | |||
70 | protected function activateModuleOnDomains($module) |
||
77 | } |