1 | <?php |
||
11 | use craft\db\Migration; |
||
12 | use craft\records\Element; |
||
13 | use craft\records\Field; |
||
14 | use craft\records\Site; |
||
15 | use flipbox\craft\domains\records\Domain; |
||
16 | |||
17 | class Install extends Migration |
||
18 | { |
||
19 | /** |
||
20 | * @inheritdoc |
||
21 | */ |
||
22 | public function safeUp() |
||
91 | |||
92 | /** |
||
93 | * @inheritdoc |
||
94 | */ |
||
100 |