Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | final class Version20190513053158 extends AbstractMigration |
||
11 | { |
||
12 | public function getDescription(): string |
||
13 | { |
||
14 | return 'Add name to attachments, keep mimetype instead of extension'; |
||
15 | } |
||
16 | |||
17 | public function up(Schema $schema): void |
||
24 | } |
||
25 | |||
26 | public function down(Schema $schema): void |
||
34 | } |
||
35 | } |
||
36 |