/apps/timeline/stationary/migration.tpl
Smarty Template | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | ce960adb877d8afa53aa5dcf3baef586 MD5 | raw file
1<?php 2class Migration_[[$version]] extends Migration 3{ 4 function up() 5 { 6 7 } 8 9 function down() 10 { 11 } 12}