laravel-nestedset
laravel-nestedset copied to clipboard
fix Collection.php linkNodes function use getParentId instead of parent_id
if (is_null($node->getParentId())) { //parent_id can be zero
$node->setRelation('parent', null);
}