transformer = $transformer; } public function transform($posts) { return $this->transformer->transform($posts); } }