We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2f2a3 commit dcb4b52Copy full SHA for dcb4b52
Routing/DynamicRouter.php
@@ -46,6 +46,12 @@ class DynamicRouter extends BaseDynamicRouter implements ContainerAwareInterface
46
*/
47
protected $container;
48
49
+ /**
50
+ * TODO: use synchronized service once we up the minimum requirement to symfony 2.3
51
+ * https://github.com/symfony-cmf/RoutingBundle/issues/177
52
+ *
53
+ * @param ContainerInterface $container
54
+ */
55
public function setContainer(ContainerInterface $container = null)
56
{
57
$this->container = $container;
0 commit comments