bbatsche / entrust

Role-based Permissions for Laravel 4
MIT License
3 stars 4 forks source link

Replace beforeDelete() #10

Closed bbatsche closed 9 years ago

bbatsche commented 9 years ago

Apparently the beforeDelete() method was actually part of Ardent. Whoops. So that's probably not doing much of anything anymore. Need to replace that with something that is maybe a bit more functional. Should also take into consideration the possibility of soft deleting models (in which case, we don't want to delete the relationships).