Files
server/opt/psa/bootstrapper/pp18.0.74-bootstrapper/Upgrader/Migration.php.in
2026-01-07 20:52:11 +01: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@@
}
}