Skip to content

Commit 27cba0e

Browse files
committed
fixup! feat: emit preloadCollection event in DAV
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent 6287f5d commit 27cba0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/dav/lib/Connector/Sabre/Server.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public function once(
5151
): void {
5252
$this->debugEnabled ? $this->monitorPropfindQueries(
5353
parent::once(...),
54-
...func_get_args(),
55-
) : parent::once(...func_get_args());
54+
...\func_get_args(),
55+
) : parent::once(...\func_get_args());
5656
}
5757

5858
#[Override]
@@ -63,8 +63,8 @@ public function on(
6363
): void {
6464
$this->debugEnabled ? $this->monitorPropfindQueries(
6565
parent::on(...),
66-
...func_get_args(),
67-
) : parent::on(...func_get_args());
66+
...\func_get_args(),
67+
) : parent::on(...\func_get_args());
6868
}
6969

7070
/**

0 commit comments

Comments
 (0)