Пример #1
0
 public function combine(Errors $errors)
 {
     return new Errors(Arr::merge($this->getArrayCopy(), $errors->getArrayCopy()));
 }