return 1;
}
else {
- return $self->find( $self->get_column( $parent_column ) );
+ return $self->result_source->resultset->find( $self->get_column( $parent_column ) );
}
}
$parent->attach_child( $child );
-Sets (or moves) the child to the new parent.
+Sets the child to the new parent.
=cut