mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9046 from blueskies79/patch-3
DOCS Update Config example namespace
This commit is contained in:
commit
c9583c39fe
@ -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');
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user