mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
This commit is contained in:
parent
a6bac03242
commit
9be5757623
@ -508,6 +508,9 @@ class Person {
|
||||
*/
|
||||
public function getCFData()
|
||||
{
|
||||
if ($this->cFData === null) {
|
||||
$this->cFData = [];
|
||||
}
|
||||
return $this->cFData;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user