mc-cms-namelessmc/core/includes/updates/223.php
2025-08-10 11:17:20 +01:00

10 lines
166 B
PHP

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