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