mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update DropdownField.php
Update the enum example with a namespaces classname
This commit is contained in:
parent
1eadc84a22
commit
90a3d60b59
@ -68,7 +68,7 @@ use SilverStripe\View\ArrayData;
|
|||||||
* DropdownField::create(
|
* DropdownField::create(
|
||||||
* 'Country',
|
* 'Country',
|
||||||
* 'Country',
|
* 'Country',
|
||||||
* singleton('MyObject')->dbObject('Country')->enumValues()
|
* singleton(MyObject::class)->dbObject('Country')->enumValues()
|
||||||
* );
|
* );
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user