2017-09-29 08:13:24 -04:00

7 lines
81 B
PHP

<?php
function getAllMigrations() {
return array(
1 => null
);
}