summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-31 12:06:09 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-03 15:44:46 +0100
commit6f39d82031202a2a8d1fb81ea448a2ffdc52cc29 (patch)
tree26f76451f1462ea5669f1d53e9cd0ebf7d79e7f2 /lib/private/Repair.php
parent50de7553b582744c7376ca5c7bcff0ba47c1e6b3 (diff)
downloadnextcloud-server-6f39d82031202a2a8d1fb81ea448a2ffdc52cc29.tar.gz
nextcloud-server-6f39d82031202a2a8d1fb81ea448a2ffdc52cc29.zip
fix(install): Make installing more verbose
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Repair.php')
-rw-r--r--lib/private/Repair.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Repair.php b/lib/private/Repair.php
index 5c68c106993..967d079d6db 100644
--- a/lib/private/Repair.php
+++ b/lib/private/Repair.php
@@ -246,6 +246,9 @@ class Repair implements IOutput {
return $steps;
}
+ public function debug(string $message): void {
+ }
+
/**
* @param string $message
*/