Commit a68e50ae authored by Fabien Potencier's avatar Fabien Potencier

added a note that the host config is only available as of Symfony 2.2

parent 0c3b670b
......@@ -87,7 +87,9 @@ class Route extends BaseRoute
}
/**
* Sets the requirement of host on this Route
* Sets the requirement of host on this Route.
*
* Note that this only works with at least version 2.2 of the Symfony Routing component.
*
* @param string $host The host for which this route should be enabled
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment