Provider overriding first pages

This commit is contained in:
Roman Mogilatov 2015-07-21 09:57:13 +03:00
parent 6b482d87e0
commit fd8be77635
2 changed files with 5 additions and 0 deletions

View File

@ -13,4 +13,5 @@ All providers are callable. They describe how particular objects are provided.
static
callable
external_dependency
overriding
extending

View File

@ -0,0 +1,4 @@
Overriding of providers
-----------------------
Every provider could be overridden by another provider.