예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function warmUp($cacheDir)
 {
     if ($this->translator instanceof WarmableInterface) {
         $this->translator->warmUp($cacheDir);
     }
 }