1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Array instead of JSON

This commit is contained in:
Jake Barnby 2024-02-06 02:22:25 +13:00
parent 0a72b37b3e
commit 987b02083c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -892,9 +892,9 @@ $commonCollections = [
'size' => 256,
'signed' => true,
'required' => false,
'default' => new \stdClass(),
'array' => false,
'filters' => ['json'],
'default' => [],
'array' => true,
'filters' => [],
],
[
'$id' => ID::custom('expire'),