Skip to content

Commit

Permalink
Update DropdownField.php
Browse files Browse the repository at this point in the history
Update the enum example with a namespaces classname
  • Loading branch information
AntonyThorpe authored and GuySartorelli committed Apr 18, 2024
1 parent 908bdcf commit b9b8c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/DropdownField.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* DropdownField::create(
* 'Country',
* 'Country',
* singleton('MyObject')->dbObject('Country')->enumValues()
* singleton(MyObject::class)->dbObject('Country')->enumValues()
* );
* </code>
*
Expand Down

0 comments on commit b9b8c6b

Please sign in to comment.