/apps/request/stationary/migration.tpl
Smarty Template | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 34d66ec46f44681a75a1f002049b0b0d MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
- <?php
- class Migration_[[$version]] extends Migration
- {
- function up()
- {
-
- }
-
- function down()
- {
- }
- }