Skip to content

Commit

Permalink
Add setConfigCacheFactory method to NoTranslator
Browse files Browse the repository at this point in the history
To ensure compatibility with newer versions of Symfony
  • Loading branch information
Florian Eckerstorfer committed Feb 15, 2016
1 parent cc0bdd0 commit 02c34a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Translator/NoTranslator.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,11 @@ public function getCatalogue($locale = null)
{
return $this->catalogue;
}

/**
* @param mixed $factory
*/
public function setConfigCacheFactory($factory)
{
}
}

0 comments on commit 02c34a6

Please sign in to comment.