コード例 #1
0
 /**
  * Set the form errors.
  *
  * @param MessageBag $errors
  * @return $this
  */
 public function setFormErrors(MessageBag $errors)
 {
     $this->form->setErrors($errors);
     return $this;
 }