This method is slightly different from the docs site, and is pulled from this pull-request (which has been approved)
//app/Models/Page.php
class Page extends Model implements sortable
{
use Has Position, NodeTrait
...
public static function saveTreeFromIds($nodeTree)