Merge pull request #357 from didipeut/fixtures-load-sql

fixed insertSql method for FixturesLoadCommand
This commit is contained in:
Marc J. Schmidt 2015-08-21 11:32:18 +02:00
commit 47b17c4877

View file

@ -245,6 +245,8 @@ EOT
$parameters = array(
'--connection' => array($connectionName),
'--verbose' => $input->getOption('verbose'),
'--sql-dir' => $this->getCacheDir(),
'--force' => 'force'
);
// add the command's name to the parameters