Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class Version20201215072919 extends AbstractMigrationChamilo |
||
13 | { |
||
14 | public function getDescription(): string |
||
15 | { |
||
16 | return 'Create agenda_reminder table as fallback to allow to use CCalendarEvent entities'; |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * @inheritDoc |
||
21 | */ |
||
22 | public function up(Schema $schema): void |
||
29 | } |
||
30 | } |
||
31 | } |