Skip to content

Commit

Permalink
Merge pull request #1828 from TNAJanssen/patch-1
Browse files Browse the repository at this point in the history
Allow immutable date times
  • Loading branch information
l3pp4rd authored Sep 12, 2017
2 parents 1afb5e3 + 0b7121f commit 857654d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Gedmo/SoftDeleteable/Mapping/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ class Validator
*/
public static $validTypes = array(
'date',
'date_immutable',
'time',
'time_immutable',
'datetime',
'datetime_immutable',
'datetimetz',
'datetimetz_immutable',
'timestamp',
'zenddate',
);
Expand Down

0 comments on commit 857654d

Please sign in to comment.