PGBI / cakephp3-soft-delete

83 stars 60 forks source link

Resolves #5 #8

Closed davidyell closed 9 years ago

davidyell commented 9 years ago

I've implemented a new exception of MissingColumnException for when the soft delete field is missing from the database table. It will also be thrown if a configured field is missing.

I've also added a matching test for it.

PGBI commented 9 years ago

Sorry for the merge delay. Thanks a lot!

davidyell commented 9 years ago

Happy to help, finally got some time to get it written!