oops… (newline / whitespace)

This commit is contained in:
Andrew Willis 2014-01-09 22:22:00 +00:00
parent da76fde359
commit efba2d8cf1

View File

@ -119,6 +119,7 @@ V::lang('ar');
or Discovery `discovery` or Discovery `discovery`
This will check the credit card against each card type This will check the credit card against each card type
```php ```php
$v->rule('creditCard', 'credit_card'); $v->rule('creditCard', 'credit_card');
``` ```