mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update docs/en/changelogs/3.0.0.md
minor typo
This commit is contained in:
parent
f0ef2ff02b
commit
7f4541e9f0
@ -116,7 +116,7 @@ Any arrays you pass as values to `update()` will be automatically merged. To rep
|
|||||||
|
|
||||||
Note the different options for the third parameter of `get()`:
|
Note the different options for the third parameter of `get()`:
|
||||||
|
|
||||||
* `Config::INHERITED` will only get the configuration set for the specific class, not any of it's parents.
|
* `Config::UNINHERITED` will only get the configuration set for the specific class, not any of it's parents.
|
||||||
* `Config::FIRST_SET` will inherit configuration from parents, but stop on the first class that actually provides a value.
|
* `Config::FIRST_SET` will inherit configuration from parents, but stop on the first class that actually provides a value.
|
||||||
* `Config::EXCLUDE_EXTRA_SOURCES` will not use additional static sources (such as those defined on extensions)
|
* `Config::EXCLUDE_EXTRA_SOURCES` will not use additional static sources (such as those defined on extensions)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user