mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Pass class name not entity #84

Closed adamwathan closed 9 years ago

adamwathan commented 9 years ago

class_uses_recursive expects a class name, not an instance. Blows up when using orphanRemoval for me.

mitchellvanw commented 9 years ago

Thanks, I believe I fixed this once. Not sure what happened