Removed the ghost explain() method

This commit is contained in:
Alexandre Gomes Gaigalas 2010-10-16 20:44:21 -03:00
parent 0d3487679b
commit 91d10f6ba1

View file

@ -55,11 +55,6 @@ class DateBetween extends AbstractDate
return true;
}
public function explain($input)
{
}
public function validate($input)
{
$target = $this->getDateObject($input);