Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created December 7, 2019 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/663027d1a573d50ceae28d2bfbba8381 to your computer and use it in GitHub Desktop.
Save theodesp/663027d1a573d50ceae28d2bfbba8381 to your computer and use it in GitHub Desktop.
public function process(ContainerBuilder $container)
{
if ($this->environment == 'translation')
{
$definition = $container->getDefinition('translator.default')->setPublic(true);
$definition->setClass('App\AppBundle\PhraseTranslator');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment