Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

Undefined property: Vinelab\NeoEloquent\Query\Builder::$joins #358

Closed reziamini closed 2 years ago

reziamini commented 2 years ago

When we are using SoftDelete with $dates property in our model it will retrieve an error in get actions.

Screenshot from 2022-03-13 19-00-31

Mulkave commented 2 years ago

Could you please provide some more context on the model and what you were doing to get this? was it just deleting the record with soft deletes enabled?