laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

fix Collection.php linkNodes function use getParentId instead of parent_id

Open cengizonkal opened this issue 5 years ago • 0 comments

if (is_null($node->getParentId())) {   //parent_id can be zero 
    $node->setRelation('parent', null);
}

cengizonkal avatar Aug 26 '20 05:08 cengizonkal