quick
quick copied to clipboard
Eager Loading Relationships doesn't work when using QuickCollection.
Entities that have their newCollection()
method overridden to use a QuickCollection cannot eager load relationships.
Using with('relationship')
or collection.load('relationship')
throws a "The value returned from the getEager function is not of type array." Looks like the problem is on the quick BaseEntity line 2482.