Skip to content

Commit

Permalink
Activate the bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 25, 2017
1 parent 349affa commit 5116424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/AppKernel.php
Expand Up @@ -18,7 +18,8 @@ public function registerBundles()
new \AppBundle\AppBundle(),

new \Translation\PlatformAdapter\Loco\Bridge\Symfony\TranslationAdapterLocoBundle(),
new \Translation\PlatformAdapter\Phraseapp\Bridge\Symfony\TranslationAdapterPhraseAppBundle(),
new \Translation\PlatformAdapter\Flysystem\Bridge\Symfony\TranslationAdapterFlysystemBundle(),
new \Translation\PlatformAdapter\PhraseApp\Bridge\Symfony\TranslationAdapterPhraseAppBundle(),
];

return $bundles;
Expand Down

0 comments on commit 5116424

Please sign in to comment.