I've modified the addresses table to allow for nullable country_id in the event an addressable object does not provide country information.
Activity logger fails on the readRelation function
Make addresses.country_id nullable, have address information stored without country_id set. Perform action that triggers Logger class readRelation function.
Expected behavior
Handle nullable attributes in the activity logger.
This is a bug.
Prerequisites
Description
I've modified the addresses table to allow for nullable country_id in the event an addressable object does not provide country information. Activity logger fails on the readRelation function
Steps to Reproduce
Make addresses.country_id nullable, have address information stored without country_id set. Perform action that triggers Logger class readRelation function.
Expected behavior
Handle nullable attributes in the activity logger.
Proposed fix
Actual behavior