ulobby / NeoEloquent

An extension of Laravel Elqouent that supports Neo4j, a native graph database
MIT License
41 stars 17 forks source link

Remove timestamps from relationships #17

Open SimonThordal opened 3 years ago

SimonThordal commented 3 years ago

As this can be a breaking change for others, I will make it an opt-out option via a config.

It doesn't look like there is a config method available

berteltorp commented 3 years ago

I see the problem - we'll probably have to modify the testcases to use https://github.com/orchestral/testbench 😅