mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #11117 from AntonyThorpe/patch-1
Update DropdownField.php
This commit is contained in:
commit
5ab9ded9e9
@ -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