Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Commit

Permalink
Update DatabaseFixturesRunCommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
glynnforrest committed Sep 28, 2015
1 parent 07a0040 commit 7eaf435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neptune/Command/DatabaseFixturesRunCommand.php
Expand Up @@ -38,7 +38,7 @@ protected function configure()
protected function execute(InputInterface $input, OutputInterface $output)
{
$db = $this->neptune['db'];
$loader = new FixtureLoader();
$loader = new FixtureLoader($this->neptune);
$loader->setLogger(new ConsoleLogger($output));

$fixtures = $input->getOption('module') ?
Expand Down

0 comments on commit 7eaf435

Please sign in to comment.