Rido Mulanda

Results 1 comments of Rido Mulanda

You can add fillable in your node model to allow insert column parent_id for example : `protected $fillable = [ 'position', 'parent_id' ]; ` Or you can use my PR...