Ejemplo n.º 1
0
 public function makePlural($number, $word)
 {
     return BedrockString::makePlural($number, $word);
 }