Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | final class Version20201216122010 extends AbstractMigrationChamilo |
||
13 | { |
||
14 | public function getDescription(): string |
||
15 | { |
||
16 | return 'Add export_allowed column to c_lp_item table for selective LP item PDF export'; |
||
17 | } |
||
18 | |||
19 | public function up(Schema $schema): void |
||
26 | } |
||
27 | |||
28 | public function down(Schema $schema): void |
||
35 | } |
||
36 | } |
||
37 |