v1.0.357
Is there really a need to pipe the results though getModels? Possibly true if you wanted to access a mutated attribute, this doesn't make sense though because mutators would generally require all the attributes available to do their job correctly. If this is really needed ->get()->lists() can be used. This also stops the afterFetch event from firing on empty models