1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-08 15:16:53 +02:00

version 1.4.2 small changes for ebook plugin

This commit is contained in:
trendschau
2020-11-18 21:30:17 +01:00
parent 791e270f64
commit 3cebe0426c
12 changed files with 540 additions and 487 deletions

View File

@@ -133,6 +133,13 @@ class Validation
}, 'not secure. For code please use markdown `inline-code` or ````fenced code blocks````.');
}
# return valitron standard object
public function returnValitron(array $params)
{
return new Validator($params);
}
/**
* validation for signup form
*