diff options
Diffstat (limited to 'apps/files/lib/Command/Object/ListObject.php')
-rw-r--r-- | apps/files/lib/Command/Object/ListObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Command/Object/ListObject.php b/apps/files/lib/Command/Object/ListObject.php index 5d30232e09f..b377f7ae3c1 100644 --- a/apps/files/lib/Command/Object/ListObject.php +++ b/apps/files/lib/Command/Object/ListObject.php @@ -9,7 +9,7 @@ declare(strict_types=1); namespace OCA\Files\Command\Object; use OC\Core\Command\Base; -use OCP\Files\ObjectStore\IObjectStoreMetaData; +use OC\Files\ObjectStore\IObjectStoreMetaData; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; |