$value) { $this->$key = $value; } } public function newCollection(array $models = []) { return new \Illuminate\Database\Eloquent\Collection($models); } public function newEloquentBuilder($query) { return new CollectionEloquentBuilder($query); } }