/home/smartonegroup/www/veroserv/vendor/rakit/validation/src/Rules/Interfaces/BeforeValidate.php
<?php

namespace Rakit\Validation\Rules\Interfaces;

interface BeforeValidate
{
    /**
     * Before validate hook
     *
     * @return void
     */
    public function beforeValidate();
}