laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

nodetrait conflicts with spatie/event-sourcing lib

Open blinkinglight opened this issue 2 years ago • 0 comments

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

blinkinglight avatar Oct 31 '21 18:10 blinkinglight