diff options
Diffstat (limited to 'lib/private/Files/ObjectStore')
-rw-r--r-- | lib/private/Files/ObjectStore/NoopScanner.php | 1 | ||||
-rw-r--r-- | lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/ObjectStore/NoopScanner.php b/lib/private/Files/ObjectStore/NoopScanner.php index 2625703b5c4..7a253c82c5b 100644 --- a/lib/private/Files/ObjectStore/NoopScanner.php +++ b/lib/private/Files/ObjectStore/NoopScanner.php @@ -26,6 +26,7 @@ */ namespace OC\Files\ObjectStore; + use OC\Files\Cache\Scanner; use OC\Files\Storage\Storage; diff --git a/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php b/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php index 1343531e384..635d0908c9a 100644 --- a/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php +++ b/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php @@ -26,7 +26,6 @@ declare(strict_types=1); namespace OC\Files\ObjectStore; - use OpenStack\Identity\v2\Service; class SwiftV2CachingAuthService extends Service { |