Skip to content

Instantly share code, notes, and snippets.

View sahibalejandro's full-sized avatar
😎
Doing cool stuff!

Sahib sahibalejandro

😎
Doing cool stuff!
View GitHub Profile
@sahibalejandro
sahibalejandro / InputValidator
Last active August 29, 2015 14:06
Class InputValidator
<?php namespace Acme\Validators;
use Validator;
/**
* Class InputValidator
* @package Acme\Validators
*/
abstract class InputValidator {