Merge pull request #9046 from blueskies79/patch-3

DOCS Update Config example namespace
This commit is contained in:
Loz Calver 2019-06-06 11:05:44 +01:00 committed by GitHub
commit c9583c39fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,8 @@ This can be done by calling the static method [Config::inst()](api:SilverStripe\
```php
use SilverStripe\Core\Config\Config;
$config = Config::inst()->get('MyClass', 'property');
```