How i can add nested relations in $cloneable_relations?
now i use this
protected $cloneable_relations = [ 'domains', 'technology_experience.technology.technology_category', 'technology_experience.category', 'projects', 'projects.roles', 'foreign_languages', 'certifications' ];
How i can add nested relations in
$cloneable_relations?now i use this
protected $cloneable_relations = [ 'domains', 'technology_experience.technology.technology_category', 'technology_experience.category', 'projects', 'projects.roles', 'foreign_languages', 'certifications' ];