auraphp/Aura.Filter

Rules `Now` is in factories but does not exists...

gmazzap opened this issue · 1 comments

In the FilterFactory class there is the array for all rule classes.

Among the factories there is the one for the rule now that create an instance of the class Aura\Filter\Rule\Validate\Now.

Problem is that class does not exist...

It exists a sanitize rule: Aura\Filter\Rule\Sanitize\Now, but not a validate one.

good catch.