mitchellvanw / laravel-doctrine

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

Change Method isSoftDeletable #57

Open memtoko opened 10 years ago

memtoko commented 10 years ago

Detect all class uses and their parent class, use Laravel helper function class_uses_recursive

hhjcz commented 10 years ago

@memtoko See #54 (thanks for pointing to class_uses_recursive, I didn't know about it) (your PR doesn't do anything - second commit reverts the change back)