You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// second call should not lazy-load anymore (see once() above on the get() method)
38
38
$handler->render('/foo', 'foo');
39
39
}
40
+
41
+
/**
42
+
* @group legacy
43
+
* @expectedDeprecation The Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler::addRendererService() method is deprecated since version 3.3 and will be removed in 4.0.
0 commit comments