Skip to content

Commit bd36046

Browse files
author
Alexandre Guidet
committed
add dump for debug on travis
1 parent 7d2e806 commit bd36046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Migrate/Command/AbstractEnvCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected function init(InputInterface $input, OutputInterface $output, $env = n
7575
$conf = $loader->parse($envFile);
7676

7777
$this->config = $conf;
78-
78+
var_dump($conf);
7979
$driver = ArrayUtil::get($conf['connection'], 'driver');
8080
$port = ArrayUtil::get($conf['connection'], 'port');
8181
$host = ArrayUtil::get($conf['connection'], 'host');

0 commit comments

Comments
 (0)