App\Services\Validation\ValidableInterface::with PHP Method

with() public method

Add data to validation.
public with ( array $input ) : App\Services\Validation\ValidableInterface
$input array
return App\Services\Validation\ValidableInterface $this
    public function with(array $input);
ValidableInterface