Files
server/opt/psa/bootstrapper/pp18.0.72-bootstrapper/Upgrader/Migration.php.in
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

11 lines
187 B
PHP
Executable File

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
class @@CLASS@@ extends Upgrader\Migration
{
public function change()
{
@@CHANGE@@
}
}