mc-cms-namelessmc/core/includes/updates/220.php
2025-04-21 12:13:50 +01:00

10 lines
166 B
PHP

<?php
return new class() extends UpgradeScript {
public function run(): void
{
$this->runMigrations();
$this->setVersion('2.2.1');
}
};