Esempio n. 1
0
 /**
  * @return bool
  */
 public function requirementsAreMet() : bool
 {
     return $this->components->count() >= $this->offer->quantity;
 }