mirror of
https://github.com/humhub/humhub.git
synced 2025-02-25 11:43:30 +01:00
Update DbDateValidator.php
This commit is contained in:
parent
4f5f7e38aa
commit
ae2384cd32
@ -9,6 +9,7 @@
|
||||
namespace humhub\libs;
|
||||
|
||||
use Yii;
|
||||
use yii\validators\DateValidator;
|
||||
|
||||
/**
|
||||
* Validates (user date format or database format) and converts it to an database date(-time) field
|
||||
@ -16,7 +17,7 @@ use Yii;
|
||||
* @see \yii\validators\DateValidator
|
||||
* @author luke
|
||||
*/
|
||||
class DbDateValidator extends \yii\validators\DateValidator
|
||||
class DbDateValidator extends DateValidator
|
||||
{
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user