Skip to content

Commit d90e5e4

Browse files
committed
Inject lacking CustomPropertiesService
1 parent 83520d5 commit d90e5e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class CustomPropertiesBackend implements BackendInterface {
142142
public function __construct(
143143
Tree $tree,
144144
IDBConnection $connection,
145+
CustomPropertiesService $customPropertiesService,
145146
IUser $user
146147
) {
147148
$this->tree = $tree;

0 commit comments

Comments
 (0)