aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Info/Storage.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2025-05-12 17:35:17 +0200
committerRobin Appelman <robin@icewind.nl>2025-05-15 11:49:09 +0200
commitcfc41960388af724f4deb211e60a16a5a008855f (patch)
tree357ae2148e208c52b0ce5e31e143f1bb7c6e1dcf /core/Command/Info/Storage.php
parent6927edc9ff8fdc1e698408d58e3911d341c4c3bc (diff)
downloadnextcloud-server-info-storage-command.tar.gz
nextcloud-server-info-storage-command.zip
feat: add mount id to info:storage(s)info-storage-command
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/Command/Info/Storage.php')
-rw-r--r--core/Command/Info/Storage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Command/Info/Storage.php b/core/Command/Info/Storage.php
index 736cc550a93..c1d0e1725ca 100644
--- a/core/Command/Info/Storage.php
+++ b/core/Command/Info/Storage.php
@@ -12,7 +12,6 @@ use OC\Core\Command\Base;
use OCP\IDBConnection;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Storage extends Base {