|
@@ -97,7 +97,7 @@ abstract class LuDbo implements \JsonSerializable {
|
97
|
97
|
}
|
98
|
98
|
else if ($type == "datetime" || $type == "date" || $type == "DateTime"
|
99
|
99
|
|| $type == 'Carbon\Carbon' || $type == 'Carbon') {
|
100
|
|
- $dbo = LuDateDateTime::jsonDeserialize($value);
|
|
100
|
+ $dbo = LuDateTimeDbo::jsonDeserialize($value);
|
101
|
101
|
$dbo->checkConstraints($constraints);
|
102
|
102
|
return $dbo->getDateTime();
|
103
|
103
|
}
|