cloner
cloner copied to clipboard
Nested relations
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' ];
If you add the Cloneable
trait on the relation model you can chain the duplication further from there.