mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix use statement
This commit is contained in:
parent
161eaadc89
commit
c03bd2d8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ use OC\IntegrityCheck\Exceptions\InvalidSignatureException;
|
|||
use OC\IntegrityCheck\Helpers\AppLocator;
|
||||
use OC\IntegrityCheck\Helpers\EnvironmentHelper;
|
||||
use OC\IntegrityCheck\Helpers\FileAccessHelper;
|
||||
use OC\Integritycheck\Iterator\ExcludeFileByNameFilterIterator;
|
||||
use OC\IntegrityCheck\Iterator\ExcludeFileByNameFilterIterator;
|
||||
use OC\IntegrityCheck\Iterator\ExcludeFoldersByPathFilterIterator;
|
||||
use OCP\App\IAppManager;
|
||||
use OCP\ICache;
|
||||
|
|
|
|||
Loading…
Reference in a new issue