11 lines
187 B
PHP
Executable File
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@@
|
|
}
|
|
}
|