stevemo / cpanel

Admin Panel for Laravel 4
MIT License
203 stars 67 forks source link

Fixed user form validator filename. #7

Closed harryxu closed 11 years ago

harryxu commented 11 years ago

The filename for Stevemo\Cpanel\Services\Validators\Users\Validator is "validator.php" (lowercase), this will cause an error Class '\Stevemo\Cpanel\Services\Validators\Users\Validator' not found.

This PR just rename the filename.