Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
636 stars 200 forks source link

Error preventing creation or save when using Debug Toolbar #294

Closed curtisdelicata closed 4 years ago

curtisdelicata commented 6 years ago

PDO error on creation / save when Debug Toolbar is enabled. I fixed temporary by adding a PDO variable. Or it also works fine when debug is set to false and environment is set to production.

This is in an environment where I am using relational database too (MySQL in this case).

Is this something that can be fixed in NeoEloquent? Or is it for DebugToolbar to fix?

https://github.com/barryvdh/laravel-debugbar/issues/306

curtisdelicata commented 6 years ago

Apart from that, I've had no other issues. Thank you for providing the module.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.