File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Symfony/Bundle/TwigBundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4444use Twig \Extension \OptimizerExtension ;
4545use Twig \Extension \StagingExtension ;
4646use Twig \ExtensionSet ;
47+ use Twig \ExpressionParser \Infix \BinaryOperatorExpressionParser ;
4748use Twig \Loader \ChainLoader ;
4849use Twig \Loader \FilesystemLoader ;
4950use Twig \Profiler \Profile ;
6364 ->tag ('container.preload ' , ['class ' => EscaperExtension::class])
6465 ->tag ('container.preload ' , ['class ' => OptimizerExtension::class])
6566 ->tag ('container.preload ' , ['class ' => StagingExtension::class])
67+ ->tag ('container.preload ' , ['class ' => BinaryOperatorExpressionParser::class])
6668 ->tag ('container.preload ' , ['class ' => ExtensionSet::class])
6769 ->tag ('container.preload ' , ['class ' => Template::class])
6870 ->tag ('container.preload ' , ['class ' => TemplateWrapper::class])
You can’t perform that action at this time.
0 commit comments