Exemplo n.º 1
0
 public function getSrcValidator()
 {
     if (!$this->srcValidator) {
         $srcValidator = LaravelFactory::make([], $this->getRules());
         $this->setSrcValidator($srcValidator);
     }
     return $this->srcValidator;
 }