Migrate once when loaded

This commit is contained in:
2021-04-13 21:02:23 -04:00
parent 60cd73078c
commit b6bc007590
8 changed files with 165 additions and 87 deletions

View File

@ -22,5 +22,11 @@ return [
'routes'
]);
return (object) $arr;
})
}),
'phinx' => function(Container $c) {
return implode(DIRECTORY_SEPARATOR, [
$c->get('locations')->base,
'phinx.php'
]);
}
];