Skip to content

Commit eed3248

Browse files
committed
fixup! fixup! fix(dav): make file-properties serializable
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent f4e0c78 commit eed3248

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/Paginate/PaginateCache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
class PaginateCache {
1919
public const TTL = 60 * 60;
2020
private const CACHE_COUNT_SUFFIX = 'count';
21+
2122
private ICache $cache;
2223

2324
public function __construct(

0 commit comments

Comments
 (0)