File "ValidatorAwareRule.php"

Full Path: /home/amervokv/ecomlive.net/wp-content/mu-plugins/vendor/illuminate/contracts/Validation/ValidatorAwareRule.php
File size: 268 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Illuminate\Contracts\Validation;

interface ValidatorAwareRule
{
    /**
     * Set the current validator.
     *
     * @param  \Illuminate\Validation\Validator  $validator
     * @return $this
     */
    public function setValidator($validator);
}