Added installation variant with config file instead options

This commit is contained in:
Dmitry Khomutov 2017-02-05 13:13:59 +07:00
commit a558716b6c
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 41 additions and 34 deletions

View file

@ -50,7 +50,7 @@ class Application extends BaseApplication
if ($databaseSettings) {
$phinxSettings = [
'paths' => [
'migrations' => 'src/PHPCensor/Migrations',
'migrations' => ROOT_DIR . 'src/PHPCensor/Migrations',
],
'environments' => [
'default_migration_table' => 'migration',