Skip to content

Commit

Permalink
Merge pull request #11117 from AntonyThorpe/patch-1
Browse files Browse the repository at this point in the history
Update DropdownField.php
  • Loading branch information
kinglozzer authored Mar 7, 2024
2 parents 054c238 + 90a3d60 commit 5ab9ded
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 5ab9ded

Please sign in to comment.