From d332b37b4b66dd7ccbd713382cbbde55d3b4e138 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 2 Mar 2017 16:49:22 +0100 Subject: [PATCH] [FrameworkBundle] Lazy configuration of annotations' loader and `@required` --- .../Resources/config/annotations.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml index 47e66110f43bb..f3f4e0bd6114b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml @@ -5,7 +5,19 @@ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> - + + + required + + + + + class_exists + + + + +