Sindbad~EG File Manager

Current Path : /proc/self/cwd/common/Auth/Validators/
Upload File :
Current File : //proc/self/cwd/common/Auth/Validators/HashValidator.php

<?php namespace Common\Auth\Validators;

use Hash;

class HashValidator {

    public function validate($attribute, $value, $parameters) {
        return Hash::check($value, $parameters[0]);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists