Update DropdownField.php

An error in the example (missing comma) spotted by michaelcslweb
This commit is contained in:
Phill Price 2014-05-28 11:36:51 +01:00
parent 1c9f9551b6
commit 5b60646e55

View File

@ -38,7 +38,7 @@
* 'Country',
* array(
* 'NZ' => 'New Zealand',
* 'US' => 'United States'
* 'US' => 'United States',
* 'GEM'=> 'Germany'
* )
* );