Bugfix entity __isset
EntityTrait was missing a corresponding __isset()
method for its magic get, causing isset()
and empty()
requests to fail when there were accessible relations.
EntityTrait was missing a corresponding __isset()
method for its magic get, causing isset()
and empty()
requests to fail when there were accessible relations.