7 lines
81 B
PHP
7 lines
81 B
PHP
<?php
|
|
|
|
function getAllMigrations() {
|
|
return array(
|
|
1 => null
|
|
);
|
|
} |