예제 #1
0
파일: Model.php 프로젝트: nerea91/laravel
 /**
  * Determine if the model has any validation errors.
  *
  * @return boolean
  */
 public function hasErrors()
 {
     return $this->errors->any();
 }