This release resolves the issue described in #201 where the developer could double-discover an Eloquent model, causing strange side effects. This release will ignore attempts to rediscover an existing EloquentEntitySet. Props @Iseldore for the report.