Update Config example namespace

I think it's handy to add this namespace to the docs ;-)
This commit is contained in:
blueskies79 2019-06-06 11:43:28 +02:00 committed by GitHub
parent 23d6890820
commit cad84974d2
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');
```