Baum\Node::siblings PHP Method

siblings() public method

Instance scope targeting all children of the parent, except self.
public siblings ( ) : Builder
return Illuminate\Database\Eloquent\Builder
    public function siblings()
    {
        return $this->siblingsAndSelf()->withoutSelf();
    }