There was an error while loading. Please reload this page.
1 parent 7d2e806 commit bd36046Copy full SHA for bd36046
Migrate/Command/AbstractEnvCommand.php
@@ -75,7 +75,7 @@ protected function init(InputInterface $input, OutputInterface $output, $env = n
75
$conf = $loader->parse($envFile);
76
77
$this->config = $conf;
78
-
+var_dump($conf);
79
$driver = ArrayUtil::get($conf['connection'], 'driver');
80
$port = ArrayUtil::get($conf['connection'], 'port');
81
$host = ArrayUtil::get($conf['connection'], 'host');
0 commit comments