|
@@ -47,8 +47,8 @@ |
|
|
block discarded – undo |
|
47
|
47
|
// write database name to console |
|
48
|
48
|
// to avoid any mistakes |
|
49
|
49
|
$config = include $phinxArguments['--configuration']; |
|
50
|
|
- $this->write('<info>host</info> '. $config['environments']['default']['host']); |
|
51
|
|
- $this->write('<info>name</info> '. $config['environments']['default']['name']); |
|
|
50
|
+ $this->write('<info>host</info> ' . $config['environments']['default']['host']); |
|
|
51
|
+ $this->write('<info>name</info> ' . $config['environments']['default']['name']); |
|
52
|
52
|
|
|
53
|
53
|
if ($command->getDefinition()->hasOption('environment')) { |
|
54
|
54
|
$phinxArguments['--environment'] = 'default'; |
Please login to merge, or discard this patch.