mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
ManyToMany (Choice)
This commit is contained in:
@@ -20,7 +20,7 @@ class Adress
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return $this->data;
|
||||
return $this->data . '(id:' .$this->id .')';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user