mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
modify form templating
This commit is contained in:
@@ -52,4 +52,8 @@ class Country
|
||||
{
|
||||
return $this->label;
|
||||
}
|
||||
|
||||
public function __toString() {
|
||||
return $this->getLabel();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user