mc-cms-namelessmc/core/includes/updates/224.php
2026-05-31 13:28:58 +01:00

10 lines
166 B
PHP

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