mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
FIX: update visibility of static
This commit is contained in:
parent
aa945f8421
commit
b81e4cb7c9
@ -7,9 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
class EditableCountryDropdownField extends EditableFormField {
|
class EditableCountryDropdownField extends EditableFormField {
|
||||||
|
|
||||||
static $singular_name = 'Country Dropdown';
|
private static $singular_name = 'Country Dropdown';
|
||||||
|
|
||||||
static $plural_name = 'Country Dropdowns';
|
private static $plural_name = 'Country Dropdowns';
|
||||||
|
|
||||||
public function getFormField() {
|
public function getFormField() {
|
||||||
return new CountryDropdownField($this->Name, $this->Title);
|
return new CountryDropdownField($this->Name, $this->Title);
|
||||||
|
Loading…
Reference in New Issue
Block a user