Migrate once when loaded
This commit is contained in:
@ -22,5 +22,11 @@ return [
|
||||
'routes'
|
||||
]);
|
||||
return (object) $arr;
|
||||
})
|
||||
}),
|
||||
'phinx' => function(Container $c) {
|
||||
return implode(DIRECTORY_SEPARATOR, [
|
||||
$c->get('locations')->base,
|
||||
'phinx.php'
|
||||
]);
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user