Skip to content

Bugfix entity __isset

Compare
Choose a tag to compare
@MGatner MGatner released this 21 Nov 20:50
· 37 commits to master since this release
aec1aa9

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