Changed getConnection return to get the name of the connection
This commit is contained in:
parent
5576005b6d
commit
7fbd755f05
5 changed files with 11 additions and 32 deletions
|
|
@ -60,8 +60,6 @@ EOT
|
|||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$defaultConfig = $this->getConnection($input, $output);
|
||||
|
||||
$finder = new Finder();
|
||||
$filesystem = new Filesystem();
|
||||
$dir = $input->getOption('dir') ?: $this->defaultFixturesDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue