Ejemplo n.º 1
0
 /**
  * @return int
  */
 private function discount()
 {
     return $this->discounts->calculate($this->books);
 }