add value to Item in default case
This commit is contained in:
@@ -511,6 +511,7 @@ class DefaultDateTimeItemTransformer implements DateTimeItemTransformer
|
||||
|
||||
default:
|
||||
$where['type'] = $type;
|
||||
$where['value'] = $value;
|
||||
}
|
||||
|
||||
return Item::fromRaw($where);
|
||||
|
||||
Reference in New Issue
Block a user