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 Jan 30, 2024
1 parent 1eadc84 commit 90a3d60
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 90a3d60

Please sign in to comment.