Skip to content

Commit

Permalink
Update ImportCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ontario committed Jun 27, 2014
1 parent bac4f6a commit 1919b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineDataFixtureModule/Command/ImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function configure()

public function execute(InputInterface $input, OutputInterface $output)
{
$loader = new Loader($this->sm);
$loader = new Loader($this->sl);
$purger = new ORMPurger();

if ($input->getOption('purge-with-truncate')) {
Expand Down

0 comments on commit 1919b68

Please sign in to comment.