snk-lab
Results
2
comments of
snk-lab
It seems to be able to do this way for now. `$parent = $self->parent()->first();` `$children = $parent->defaultOrder()->descendantsOf($self->id);` `Model::rebuildSubtree($parent, $children->toTree()->toArray());` `$self->delete();` Since the sibling is also deleted when the third argument...
I also face similar problems. The following error occurs when you execute `composer require foxrp/rippled-php` ``` composer require foxrp/rippled-php Using version ^1.0 for foxrp/rippled-php ./composer.json has been updated Loading composer...