mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
add custom fields on persons close # 307
This commit is contained in:
@@ -82,7 +82,8 @@ class LoadPeople extends AbstractFixture implements OrderedFixtureInterface {
|
||||
'Genre' => $sex,
|
||||
'Email' => "Email d'un ami: roger@tt.com",
|
||||
'CountryOfBirth' => 'France',
|
||||
'Nationality' => 'Russie'
|
||||
'Nationality' => 'Russie',
|
||||
'CFData' => array()
|
||||
);
|
||||
|
||||
$p = new Person();
|
||||
|
Reference in New Issue
Block a user