7 lines
81 B
PHP
Raw Normal View History

2017-09-29 08:13:24 -04:00
<?php
function getAllMigrations() {
return array(
1 => null
);
}