Skip to content

Commit

Permalink
Update to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Apr 4, 2018
1 parent e583562 commit 3a16cac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ public function registerBundles(): array
new \AppBundle\AppBundle(),
];

if (in_array($this->getEnvironment(), ['dev', 'test', 'test_cached'], true)) {
$bundles[] = new \Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle();
}

return array_merge(parent::registerBundles(), $bundles);
}
}
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a16cac

Please sign in to comment.