Commit 27979a20 authored by Fabien Potencier's avatar Fabien Potencier

clarified some docs (closes #332)

parent 410c1ddd
...@@ -487,6 +487,12 @@ middleware, a requirement, or a default value), you can configure it on ...@@ -487,6 +487,12 @@ middleware, a requirement, or a default value), you can configure it on
These settings are applied to already registered controllers and they become These settings are applied to already registered controllers and they become
the defaults for new controllers. the defaults for new controllers.
.. note::
The global configuration does not apply to controller providers you might
mount as they have their own global configuration (see the Modularity
paragraph below).
Error handlers Error handlers
-------------- --------------
......
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