lazychaser / laravel-nestedset

Effective tree structures in Laravel 4-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodetrait conflicts with spatie/event-sourcing lib

blinkinglight opened this issue · comments

commented

https://github.com/lazychaser/laravel-nestedset/blob/v5/src/NodeTrait.php#L764
conflicts with https://github.com/spatie/laravel-event-sourcing/blob/main/src/Projections/Projection.php

error: ```
ModelName projection is not writeable at this point, please call `$model->writeable()` first