Created
December 7, 2019 15:58
-
-
Save theodesp/663027d1a573d50ceae28d2bfbba8381 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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