fix warning for preloading TranslatorTrait class

This commit is contained in:
Bernd Stellwag 2020-10-12 21:56:01 +02:00 committed by Fabien Potencier
parent 36d382e266
commit 2a370143a4

View File

@ -26,6 +26,7 @@ use Twig\TwigFilter;
// Help opcache.preload discover always-needed symbols
class_exists(TranslatorInterface::class);
class_exists(TranslatorTrait::class);
/**
* Provides integration of the Translation component with Twig.