[hotfix] whoops! introduced bug that broke destroy
- phoneNubmerRepository.destroy called
phoneNumber.destroy
instead ofphoneNumberRecord.destroy
- this fixes it and adds a unit test
phoneNumber.destroy
instead
of phoneNumberRecord.destroy
This will create a new commit in order to revert the existing changes.