mc-cms-namelessmc/core/includes/updates/213.php
2025-04-18 09:17:30 +01:00

10 lines
166 B
PHP

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