| Total Complexity | 5 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class Version20240112193100 extends AbstractMigrationChamilo |
||
| 15 | { |
||
| 16 | public function getDescription(): string |
||
| 17 | { |
||
| 18 | return 'Migrate tool display_order as resource order'; |
||
| 19 | } |
||
| 20 | |||
| 21 | public function up(Schema $schema): void |
||
| 28 | } |
||
| 29 | } |
||
| 30 | public function down(Schema $schema): void |
||
| 37 | } |
||
| 38 | } |
||
| 40 |