Ejemplo n.º 1
0
 public function one(Review $review)
 {
     return ['id' => $review->getId(), 'product' => (new ProductSerializer())->one($review->getProduct()), 'worth_it' => $this->verdictToHumanReadable($review->getVerdict())];
 }